Class com.symantec.itools.swing.borders.LineBorder
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.symantec.itools.swing.borders.LineBorder
Object
   |
   +----AbstractBorder
           |
           +----LineBorder
                   |
                   +----com.symantec.itools.swing.borders.LineBorder
  -  public class LineBorder
  
-  extends LineBorder
  
-  implements Serializable
   
  
  -  
	com.symantec.itools.swing.borders.LineBorder()
   -  
 
  
  -  
	getLineColor()
   -    
 -  
	getRoundedCorners()
   -    
 -  
	setLineColor(Color)
   -    
 -  
	setRoundedCorners(boolean)
   -    
 -  
	setThickness(int)
   -  
 
  
LineBorder
public LineBorder()
  
getLineColor
public java.awt.Color getLineColor()
 
    -  Overrides:
    
 -  getLineColor in class LineBorder
  
 
 
getRoundedCorners
public boolean getRoundedCorners()
setLineColor
public void setLineColor(Color newLineColor)
setRoundedCorners
public void setRoundedCorners(boolean newRoundedCorners)
setThickness
public void setThickness(int newThickness)
All Packages  Class Hierarchy  This Package  Previous  Next  Index