public interface AlignmentConstants
Modifier and Type | Field and Description |
---|---|
static int |
BOTTOM |
static int |
CELLFLAG |
static int |
CELLMASK |
static int |
CENTER |
static int |
CONTROLMASK |
static int |
DONTCHANGE |
static int |
DONTFILL |
static int |
DONTSTRETCH |
static int |
EAST |
static int |
FILL |
static int |
GROW |
static int |
HCENTER |
static int |
HCONTRACT |
static int |
HEXPAND |
static int |
HFILL |
static int |
HGROW |
static int |
HSHRINK |
static int |
HSTRETCH |
static int |
INITIALLY_CLOSED |
static int |
INITIALLY_MINIMIZED |
static int |
INITIALLY_PREFERRED_SIZE |
static int |
LEFT |
static int |
NORTH |
static int |
NORTHEAST |
static int |
NORTHWEST |
static int |
RIGHT |
static int |
SHRINK |
static int |
SOUTH |
static int |
SOUTHEAST |
static int |
SOUTHWEST |
static int |
STRETCH |
static int |
TAG_BACKGROUND_IMAGE |
static int |
TAG_BORDER
Used for advanced borders.
|
static int |
TAG_FIXEDSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_INSETS
A Tag type for use in Control.setTag() - use a eve.fx.Insets object as the "value" object.
|
static int |
TAG_MAXIMUMSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_MINIMUMSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_PREFERREDSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_RECT
A Tag type for use in Control.setTag(), used to set the absolute location of a Control
within a Panel - use a eve.fx.Rect object as the "value" object.
|
static int |
TAG_SPAN
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TAG_TEXTSIZE
A Tag type for use in Control.setTag() - use a eve.fx.Dimension object as the "value" object.
|
static int |
TOP |
static int |
VCENTER |
static int |
VCONTRACT |
static int |
VEXPAND |
static int |
VFILL |
static int |
VGROW |
static int |
VSHRINK |
static int |
VSTRETCH |
static int |
WEST |
static final int CELLFLAG
static final int LEFT
static final int RIGHT
static final int TOP
static final int BOTTOM
static final int HEXPAND
static final int HCONTRACT
static final int VEXPAND
static final int VCONTRACT
static final int HGROW
static final int HSHRINK
static final int VGROW
static final int VSHRINK
static final int CELLMASK
static final int CONTROLMASK
static final int DONTCHANGE
static final int INITIALLY_CLOSED
static final int INITIALLY_MINIMIZED
static final int INITIALLY_PREFERRED_SIZE
static final int HSTRETCH
static final int VSTRETCH
static final int GROW
static final int SHRINK
static final int STRETCH
static final int HFILL
static final int VFILL
static final int FILL
static final int DONTSTRETCH
static final int DONTFILL
static final int HCENTER
static final int VCENTER
static final int CENTER
static final int NORTH
static final int NORTHWEST
static final int NORTHEAST
static final int SOUTH
static final int SOUTHWEST
static final int SOUTHEAST
static final int WEST
static final int EAST
static final int TAG_PREFERREDSIZE
static final int TAG_MINIMUMSIZE
static final int TAG_MAXIMUMSIZE
static final int TAG_INSETS
static final int TAG_BORDER
static final int TAG_SPAN
static final int TAG_FIXEDSIZE
static final int TAG_TEXTSIZE
static final int TAG_RECT
static final int TAG_BACKGROUND_IMAGE