|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.LineBorder
net.javaprog.ui.wizard.plaf.basic.SingleSideLineBorder
| Field Summary | |
protected int |
side
|
| Fields inherited from class javax.swing.border.LineBorder |
lineColor, roundedCorners, thickness |
| Constructor Summary | |
SingleSideLineBorder(Color color,
int side)
|
|
| Method Summary | |
Insets |
getBorderInsets(Component c)
|
Insets |
getBorderInsets(Component c,
Insets i)
|
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
|
| Methods inherited from class javax.swing.border.LineBorder |
createBlackLineBorder, createGrayLineBorder, getLineColor, getRoundedCorners, getThickness, isBorderOpaque |
| Methods inherited from class javax.swing.border.AbstractBorder |
getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int side
| Constructor Detail |
public SingleSideLineBorder(Color color,
int side)
| Method Detail |
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
public Insets getBorderInsets(Component c)
public Insets getBorderInsets(Component c,
Insets i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||