Package com.formdev.flatlaf.util
Class ScaledEmptyBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
com.formdev.flatlaf.util.ScaledEmptyBorder
- All Implemented Interfaces:
Serializable
,Border
Empty border that scales insets.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
ConstructorsConstructorDescriptionScaledEmptyBorder
(int top, int left, int bottom, int right) ScaledEmptyBorder
(Insets insets) -
Method Summary
Methods inherited from class javax.swing.border.EmptyBorder
isBorderOpaque, paintBorder
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
ScaledEmptyBorder
public ScaledEmptyBorder(int top, int left, int bottom, int right) -
ScaledEmptyBorder
-
-
Method Details
-
getBorderInsets
- Overrides:
getBorderInsets
in classEmptyBorder
-
getBorderInsets
- Overrides:
getBorderInsets
in classEmptyBorder
-