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
ConstructorsModifierConstructorDescriptionprotected
CompoundEmptyBorder
(Border outer, Border inner, boolean emptyInner) -
Method Summary
Modifier and TypeMethodDescriptionstatic CompoundEmptyBorder
static CompoundEmptyBorder
boolean
setEmptyInsets
(int top, int left, int bottom, int right) boolean
setEmptyInsets
(Insets insets) Methods inherited from class javax.swing.border.CompoundBorder
getBorderInsets, getInsideBorder, getOutsideBorder, isBorderOpaque, paintBorder
Methods 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
-