|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcharvax.swing.border.CompoundBorder
public class CompoundBorder
Constructor Summary | |
---|---|
CompoundBorder(Border outsideBorder_,
Border insideBorder_)
|
Method Summary | |
---|---|
Insets |
getBorderInsets(Component component_)
Returns the insets of the compound border. |
void |
paintBorder(Component component_,
int colorpair_,
int x_,
int y_,
int width_,
int height_)
Paints the border for the specified component with the specified position and size. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundBorder(Border outsideBorder_, Border insideBorder_)
Method Detail |
---|
public Insets getBorderInsets(Component component_)
getBorderInsets
in interface Border
public void paintBorder(Component component_, int colorpair_, int x_, int y_, int width_, int height_)
paintBorder
in interface Border
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |