public class ToolbarLineBorder extends Object implements Border
Border used by ToolbarDockableDisplayer to paint lines at all sides
except the side at which there is a title.| Constructor and Description |
|---|
ToolbarLineBorder(BasicDockableDisplayer displayer)
Creates a new border.
|
| Modifier and Type | Method and Description |
|---|---|
Insets |
getBorderInsets(Component c) |
boolean |
isBorderOpaque() |
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height) |
public ToolbarLineBorder(BasicDockableDisplayer displayer)
displayer - the displayer using this borderpublic void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
paintBorder in interface Borderpublic Insets getBorderInsets(Component c)
getBorderInsets in interface Borderpublic boolean isBorderOpaque()
isBorderOpaque in interface BorderCopyright © 2018. All rights reserved.