org.jvnet.substance
Class SubstanceToolBarBorder
java.lang.Object
javax.swing.border.AbstractBorder
org.jvnet.substance.SubstanceToolBarBorder
- All Implemented Interfaces:
- Serializable, Border, UIResource
public class SubstanceToolBarBorder
- extends AbstractBorder
- implements UIResource
Border for toolbar.
- Author:
- Kirill Grouchnikov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubstanceToolBarBorder
public SubstanceToolBarBorder()
paintBorder
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int w,
int h)
- Specified by:
paintBorder
in interface Border
- Overrides:
paintBorder
in class AbstractBorder
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsets
in interface Border
- Overrides:
getBorderInsets
in class AbstractBorder
getBorderInsets
public Insets getBorderInsets(Component c,
Insets newInsets)
- Overrides:
getBorderInsets
in class AbstractBorder