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