public interface PlafConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL
The all property value.
|
static java.lang.String |
CENTER
The center property value.
|
static java.lang.String |
EAST
The east property value.
|
static java.lang.String |
NONE
The none property value.
|
static java.lang.String |
PROP_BEVEL
Client property to specify bevel in ImageButtonUI,
ImageToggleButtonUI and ImageSliderUI.
|
static java.lang.String |
WEST
The west property value.
|
static final java.lang.String PROP_BEVEL
Possible values for this property are: EAST, WEST, NONE, ALL.
static final java.lang.String ALL
static final java.lang.String NONE
static final java.lang.String CENTER
static final java.lang.String EAST
static final java.lang.String WEST