charvax.swing.border
Class CompoundBorder
java.lang.Object
charvax.swing.border.CompoundBorder
- Border
public class CompoundBorder
extends java.lang.Object
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.
|
CompoundBorder
public CompoundBorder(Border outsideBorder_,
Border insideBorder_)
paintBorder
public 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.
(acually the component_ parameter is unused but is here for
compatibility with Swing).
- paintBorder in interface Border