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(bibliothek.gui.dock.themes.basic.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(bibliothek.gui.dock.themes.basic.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 Border
public Insets getBorderInsets(Component c)
getBorderInsets
in interface Border
public boolean isBorderOpaque()
isBorderOpaque
in interface Border