Class SubstancePaneBorder
java.lang.Object
javax.swing.border.AbstractBorder
org.pushingpixels.substance.internal.utils.border.SubstancePaneBorder
- All Implemented Interfaces:
Serializable,Border,UIResource
Root pane and internal frame border in Substance look and feel. This
class is for internal use only.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBorderInsets(Component c, Insets newInsets) static DecorationAreaTypegetRootPaneType(JRootPane rootPane) booleanvoidpaintBorder(Component c, Graphics g, int x, int y, int w, int h) voidpaintRoundedBorder(Component c, Graphics g, int x, int y, int w, int h) voidpaintSquareBorder(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
SubstancePaneBorder
public SubstancePaneBorder()
-
-
Method Details
-
getRootPaneType
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classAbstractBorder
-
paintSquareBorder
-
getBorderInsets
- Specified by:
getBorderInsetsin interfaceBorder- Overrides:
getBorderInsetsin classAbstractBorder
-
getBorderInsets
- Overrides:
getBorderInsetsin classAbstractBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaquein interfaceBorder- Overrides:
isBorderOpaquein classAbstractBorder
-
paintRoundedBorder
-