public class JPadding extends JSurroundingStyle
| Modifier and Type | Field and Description |
|---|---|
static JPadding |
DEFAULT_PADDING |
static java.lang.Character |
DEFAULT_PADDING_CHARACTER |
static JPadding |
NO_PADDING |
| Constructor and Description |
|---|
JPadding(int left,
char leftChar,
int top,
char topChar,
int right,
char rightChar,
int bottom,
char bottomChar) |
JPadding(int left,
int top,
int right,
int bottom,
java.lang.Character character) |
| Modifier and Type | Method and Description |
|---|---|
static JPadding |
of(int leftAndRight,
int topAndBottom) |
static JPadding |
of(int leftAndRight,
int topAndBottom,
java.lang.Character character) |
static JPadding |
of(int left,
int top,
int right,
int bottom) |
public static final java.lang.Character DEFAULT_PADDING_CHARACTER
public static final JPadding DEFAULT_PADDING
public static final JPadding NO_PADDING