Package com.formdev.flatlaf.ui
Class FlatInternalFrameUI.FlatInternalFrameBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.plaf.BorderUIResource.EmptyBorderUIResource
com.formdev.flatlaf.ui.FlatEmptyBorder
com.formdev.flatlaf.ui.FlatInternalFrameUI.FlatInternalFrameBorder
- All Implemented Interfaces:
FlatStylingSupport.StyleableBorder
,Serializable
,Border
,UIResource
- Enclosing class:
FlatInternalFrameUI
public static class FlatInternalFrameUI.FlatInternalFrameBorder
extends FlatEmptyBorder
implements FlatStylingSupport.StyleableBorder
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Color
private final FlatDropShadowBorder
protected int
protected boolean
protected Color
private final FlatDropShadowBorder
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyStyleProperty
(String key, Object value) getBorderInsets
(Component c, Insets insets) getStyleableValue
(String key) void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class com.formdev.flatlaf.ui.FlatEmptyBorder
applyStyleProperty, getBorderInsets, getStyleableValue, getUnscaledBorderInsets, scaleInsets
Methods inherited from class javax.swing.border.EmptyBorder
isBorderOpaque
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
activeBorderColor
-
inactiveBorderColor
-
borderLineWidth
protected int borderLineWidth -
dropShadowPainted
protected boolean dropShadowPainted -
activeDropShadowBorder
-
inactiveDropShadowBorder
-
-
Constructor Details
-
FlatInternalFrameBorder
public FlatInternalFrameBorder()
-
-
Method Details
-
applyStyleProperty
- Specified by:
applyStyleProperty
in interfaceFlatStylingSupport.StyleableBorder
-
getStyleableInfos
- Specified by:
getStyleableInfos
in interfaceFlatStylingSupport.StyleableBorder
-
getStyleableValue
- Specified by:
getStyleableValue
in interfaceFlatStylingSupport.StyleableBorder
- Since:
- 2.5
-
getBorderInsets
- Overrides:
getBorderInsets
in classFlatEmptyBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classEmptyBorder
-