public final class TextBoxAnchor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Text is aligned to the bottom of the textbox.
|
static int |
BOTTOM_BASELINE
Text is aligned to the bottom baseline of the textbox.
|
static int |
BOTTOM_CENTERED
Text is aligned to the bottom centered of the textbox.
|
static int |
BOTTOM_CENTERED_BASELINE
Text is aligned to the bottom centered baseline of the textbox.
|
static int |
length |
static int |
MIDDLE
Text is aligned to the middle of the textbox.
|
static int |
MIDDLE_CENTERED
Text is aligned to the middle centered of the textbox.
|
static int |
TOP
Text is aligned to the top of the textbox.
|
static int |
TOP_BASELINE
Text is aligned to the top baseline of the textbox.
|
static int |
TOP_CENTERED
Text is aligned to the top centered of the textbox.
|
static int |
TOP_CENTERED_BASELINE
Text is aligned to the top centered baseline of the textbox.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String textBoxAnchorName) |
static java.lang.String |
getName(int textBoxAnchor) |
static int[] |
getValues() |
static java.lang.String |
toString(int textBoxAnchor) |
public static final int TOP
public static final int MIDDLE
public static final int BOTTOM
public static final int TOP_CENTERED
public static final int MIDDLE_CENTERED
public static final int BOTTOM_CENTERED
public static final int TOP_BASELINE
public static final int BOTTOM_BASELINE
public static final int TOP_CENTERED_BASELINE
public static final int BOTTOM_CENTERED_BASELINE
public static final int length