Class FlatTaskPaneUI.FlatContentPaneBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI.FlatContentPaneBorder
- All Implemented Interfaces:
Serializable, Border
- Enclosing class:
FlatTaskPaneUI
The content pane border.
-
Field Summary
FieldsFields inherited from class EmptyBorder
bottom, left, right, top -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBorderInsets(Component c, Insets insets) voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class EmptyBorder
isBorderOpaqueMethods inherited from class AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
color
Color color
-
-
Constructor Details
-
FlatContentPaneBorder
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classEmptyBorder
-
getBorderInsets
- Overrides:
getBorderInsetsin classEmptyBorder
-
getBorderInsets
- Overrides:
getBorderInsetsin classEmptyBorder
-