Class ScaledEmptyBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
com.formdev.flatlaf.util.ScaledEmptyBorder
- All Implemented Interfaces:
Serializable, Border
-
Field Summary
Fields inherited from class 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 EmptyBorder
isBorderOpaque, paintBorderMethods inherited from class AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
ScaledEmptyBorder
public ScaledEmptyBorder(int top, int left, int bottom, int right) -
ScaledEmptyBorder
-
-
Method Details
-
getBorderInsets
- Overrides:
getBorderInsetsin classEmptyBorder
-
getBorderInsets
- Overrides:
getBorderInsetsin classEmptyBorder
-