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 int
Default border thickness.private static final Insets
Default insets. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBorderInsets
(Component c, Insets newInsets) boolean
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
-
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:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classAbstractBorder
-
getBorderInsets
- Specified by:
getBorderInsets
in interfaceBorder
- Overrides:
getBorderInsets
in classAbstractBorder
-
getBorderInsets
- Overrides:
getBorderInsets
in classAbstractBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
- Overrides:
isBorderOpaque
in classAbstractBorder
-