|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jrunx.install.util.UnderLineBorder
| Field Summary | |
protected int |
lift
|
protected int |
line
|
static int |
LOWERED
|
static int |
RAISED
|
| Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NORTH, NORTH_EAST, NORTH_WEST, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Constructor Summary | |
UnderLineBorder()
|
|
UnderLineBorder(int line)
|
|
| Method Summary | |
java.awt.Insets |
getBorderInsets(java.awt.Component component)
|
boolean |
isBorderOpaque()
|
void |
paintBorder(java.awt.Component component,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int RAISED
public static final int LOWERED
protected int line
protected int lift
| Constructor Detail |
public UnderLineBorder()
public UnderLineBorder(int line)
| Method Detail |
public java.awt.Insets getBorderInsets(java.awt.Component component)
getBorderInsets in interface javax.swing.border.Borderpublic boolean isBorderOpaque()
isBorderOpaque in interface javax.swing.border.Border
public void paintBorder(java.awt.Component component,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
paintBorder in interface javax.swing.border.Border
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||