public class ToolbarLineBorder
extends java.lang.Object
implements javax.swing.border.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 |
---|---|
java.awt.Insets |
getBorderInsets(java.awt.Component c) |
boolean |
isBorderOpaque() |
void |
paintBorder(java.awt.Component c,
java.awt.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(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintBorder
in interface javax.swing.border.Border
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets
in interface javax.swing.border.Border
public boolean isBorderOpaque()
isBorderOpaque
in interface javax.swing.border.Border