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 InsetsgetBorderInsets(Component c)InsetsgetBorderInsets(Component c, Insets newInsets)voidpaintBorder(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:
paintBorderin interfaceBorder- Overrides:
paintBorderin classAbstractBorder
-
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsetsin interfaceBorder- Overrides:
getBorderInsetsin classAbstractBorder
-
getBorderInsets
public Insets getBorderInsets(Component c, Insets newInsets)
- Overrides:
getBorderInsetsin classAbstractBorder
-
-