swingwtx.swing.border
Class LineBorder

java.lang.Object
  extended byswingwtx.swing.border.AbstractBorder
      extended byswingwtx.swing.border.LineBorder
All Implemented Interfaces:
Border

public class LineBorder
extends AbstractBorder
implements Border


Constructor Summary
LineBorder(Color color)
           
LineBorder(Color color, int thickness)
           
LineBorder(Color color, int thickness, boolean roundedCorners)
           
 
Method Summary
static Border createBlackLineBorder()
           
static Border createGrayLineBorder()
           
 
Methods inherited from class swingwtx.swing.border.AbstractBorder
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface swingwtx.swing.border.Border
getBorderInsets, isBorderOpaque, paintBorder
 

Constructor Detail

LineBorder

public LineBorder(Color color)

LineBorder

public LineBorder(Color color,
                  int thickness)

LineBorder

public LineBorder(Color color,
                  int thickness,
                  boolean roundedCorners)
Method Detail

createBlackLineBorder

public static Border createBlackLineBorder()

createGrayLineBorder

public static Border createGrayLineBorder()