|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectswingwtx.swing.border.AbstractBorder
swingwtx.swing.border.LineBorder
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 |
public LineBorder(Color color)
public LineBorder(Color color, int thickness)
public LineBorder(Color color, int thickness, boolean roundedCorners)
Method Detail |
public static Border createBlackLineBorder()
public static Border createGrayLineBorder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |