Class RadiancePaneBorder
java.lang.Object
javax.swing.border.AbstractBorder
org.pushingpixels.radiance.theming.internal.utils.border.RadiancePaneBorder
- All Implemented Interfaces:
Serializable, Border, UIResource
Root pane and internal frame border in Radiance look and feel. This class is for
internal use only.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intDefault border thickness.private static final InsetsDefault insets. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBorderInsets(Component c, Insets newInsets) booleanvoidpaintBorder(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
BORDER_THICKNESS
private static final int BORDER_THICKNESSDefault border thickness.- See Also:
-
INSETS
Default insets.
-
-
Constructor Details
-
RadiancePaneBorder
public RadiancePaneBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classAbstractBorder
-
getBorderInsets
- Specified by:
getBorderInsetsin interfaceBorder- Overrides:
getBorderInsetsin classAbstractBorder
-
getBorderInsets
- Overrides:
getBorderInsetsin classAbstractBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaquein interfaceBorder- Overrides:
isBorderOpaquein classAbstractBorder
-