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 Colorprivate final FlatDropShadowBorderprotected intprotected booleanprotected Colorprivate final FlatDropShadowBorderFields inherited from class 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) voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class FlatEmptyBorder
applyStyleProperty, getBorderInsets, getStyleableValue, getUnscaledBorderInsets, scaleInsetsMethods inherited from class EmptyBorder
isBorderOpaqueMethods inherited from class 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:
applyStylePropertyin interfaceFlatStylingSupport.StyleableBorder
-
getStyleableInfos
- Specified by:
getStyleableInfosin interfaceFlatStylingSupport.StyleableBorder
-
getStyleableValue
- Specified by:
getStyleableValuein interfaceFlatStylingSupport.StyleableBorder- Since:
- 2.5
-
getBorderInsets
- Overrides:
getBorderInsetsin classFlatEmptyBorder
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classEmptyBorder
-