public interface IlvConstants extends IlvDirection
Modifier and Type | Field and Description |
---|---|
static int |
BAD
Defines the no position or direction.
|
static int |
BOTTOM
Defines the bottom position or direction.
|
static int |
BOTTOM_LEFT
Defines the bottom left position or direction.
|
static int |
BOTTOM_RIGHT
Defines the bottom right position or direction.
|
static int |
CENTER
Defines the center position or direction.
|
static int |
HORIZONTAL
Defines the horizontal position.
|
static int |
HORIZONTAL_CENTER
Defines the horizontal center position.
|
static int |
LEADING
Defines the leading edge of text for use with
left-to-right and right-to-left languages.
|
static int |
LEFT
Defines the left position or direction.
|
static int |
RIGHT
Defines the right position or direction.
|
static int |
TOP
Defines the top position or direction.
|
static int |
TOP_LEFT
Defines the top left position or direction.
|
static int |
TOP_RIGHT
Defines the top right position or direction.
|
static int |
TRAILING
Defines the trailing edge of text for use with
left-to-right and right-to-left languages.
|
static int |
VERTICAL
Defines the vertical position.
|
static int |
VERTICAL_CENTER
Defines the vertical center position.
|
BadPosition, Bottom, BottomLeft, BottomRight, Center, Horizontal, HorizontalCenter, Left, Right, Top, TopLeft, TopRight, Vertical, VerticalCenter
static final int BAD
static final int LEFT
static final int RIGHT
static final int TOP
static final int BOTTOM
static final int TOP_LEFT
static final int BOTTOM_LEFT
static final int TOP_RIGHT
static final int BOTTOM_RIGHT
static final int CENTER
static final int HORIZONTAL_CENTER
static final int VERTICAL_CENTER
static final int HORIZONTAL
static final int VERTICAL
static final int LEADING
static final int TRAILING
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.