Package org.flexdock.plaf.common.border
Class CompoundEmptyBorder.MutableEmptyBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
org.flexdock.plaf.common.border.CompoundEmptyBorder.MutableEmptyBorder
- All Implemented Interfaces:
Serializable
,Border
- Enclosing class:
- CompoundEmptyBorder
- See Also:
-
Field Summary
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
ConstructorsConstructorDescriptionMutableEmptyBorder
(int top, int left, int bottom, int right) MutableEmptyBorder
(Insets borderInsets) -
Method Summary
Methods inherited from class javax.swing.border.EmptyBorder
getBorderInsets, getBorderInsets, isBorderOpaque, paintBorder
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
MutableEmptyBorder
public MutableEmptyBorder(int top, int left, int bottom, int right) -
MutableEmptyBorder
-