Class SubstanceToolBarBorder
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- org.pushingpixels.substance.internal.utils.border.SubstanceToolBarBorder
-
- All Implemented Interfaces:
Serializable
,Border
,UIResource
public class SubstanceToolBarBorder extends AbstractBorder implements UIResource
Border for toolbar.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubstanceToolBarBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Insets
getBorderInsets(Component c)
Insets
getBorderInsets(Component c, Insets newInsets)
void
paintBorder(Component c, Graphics g, int x, int y, int w, int h)
-
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
-
-
-
Method Detail
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classAbstractBorder
-
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsets
in interfaceBorder
- Overrides:
getBorderInsets
in classAbstractBorder
-
getBorderInsets
public Insets getBorderInsets(Component c, Insets newInsets)
- Overrides:
getBorderInsets
in classAbstractBorder
-
-