| Constructor and Description |
|---|
EmptyBorder(Insets insets_) |
EmptyBorder(int top_,
int left_,
int bottom_,
int right_) |
| Modifier and Type | Method and Description |
|---|---|
Insets |
getBorderInsets(Component component_)
Returns the insets of the 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.
|
public EmptyBorder(Insets insets_)
public EmptyBorder(int top_,
int left_,
int bottom_,
int right_)
public Insets getBorderInsets(Component component_)
getBorderInsets in interface Borderpublic void paintBorder(Component component_, int colorpair_, int x_, int y_, int width_, int height_)
paintBorder in interface Border