org.flexdock.plaf.common.border
public class CompoundEmptyBorder extends CompoundBorder
Modifier and Type | Class and Description |
---|---|
protected static class |
CompoundEmptyBorder.MutableEmptyBorder |
Modifier and Type | Field and Description |
---|---|
protected static Insets |
EMPTY_INSETS |
protected boolean |
inner |
insideBorder, outsideBorder
Modifier | Constructor and Description |
---|---|
protected |
CompoundEmptyBorder(Border outer,
Border inner,
boolean emptyInner) |
Modifier and Type | Method and Description |
---|---|
static CompoundEmptyBorder |
create(Border border,
boolean inner) |
static CompoundEmptyBorder |
create(Border border,
boolean inner,
Insets base) |
Insets |
getEmptyInsets() |
Border |
getWrappedBorder() |
boolean |
setEmptyInsets(Insets insets) |
boolean |
setEmptyInsets(int top,
int left,
int bottom,
int right) |
getBorderInsets, getBorderInsets, getInsideBorder, getOutsideBorder, isBorderOpaque, paintBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
protected static final Insets EMPTY_INSETS
protected boolean inner
public static CompoundEmptyBorder create(Border border, boolean inner)
public static CompoundEmptyBorder create(Border border, boolean inner, Insets base)
public boolean setEmptyInsets(Insets insets)
public boolean setEmptyInsets(int top, int left, int bottom, int right)
public Insets getEmptyInsets()
public Border getWrappedBorder()