Package org.flexdock.plaf.common.border
Class CompoundEmptyBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.CompoundBorder
org.flexdock.plaf.common.border.CompoundEmptyBorder
- All Implemented Interfaces:
Serializable,Border
- Direct Known Subclasses:
InsetBorder
- Author:
- Christopher Butler
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class javax.swing.border.CompoundBorder
insideBorder, outsideBorder -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCompoundEmptyBorder(Border outer, Border inner, boolean emptyInner) -
Method Summary
Modifier and TypeMethodDescriptionstatic CompoundEmptyBorderstatic CompoundEmptyBorderbooleansetEmptyInsets(int top, int left, int bottom, int right) booleansetEmptyInsets(Insets insets) Methods inherited from class javax.swing.border.CompoundBorder
getBorderInsets, getInsideBorder, getOutsideBorder, isBorderOpaque, paintBorderMethods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
EMPTY_INSETS
-
inner
protected boolean inner
-
-
Constructor Details
-
CompoundEmptyBorder
-
-
Method Details
-
create
-
create
-
setEmptyInsets
-
setEmptyInsets
public boolean setEmptyInsets(int top, int left, int bottom, int right) -
getEmptyInsets
-
getWrappedBorder
-