Package com.formdev.flatlaf.swingx.ui
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 javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBorderInsets
(Component c, Insets insets) void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class javax.swing.border.EmptyBorder
isBorderOpaque
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
color
Color color
-
-
Constructor Details
-
FlatContentPaneBorder
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classEmptyBorder
-
getBorderInsets
- Overrides:
getBorderInsets
in classEmptyBorder
-
getBorderInsets
- Overrides:
getBorderInsets
in classEmptyBorder
-