|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Describes the alignment of the TextPrimitive to be placed on the map.
TextPrimitive| Field Summary | |
static int |
Baseline
Deprecated. Use BASELINE instead. |
static int |
BASELINE
Text is drawn vertically above the specified point using baseline of text as a reference. |
static int |
Bottom
Deprecated. Use BOTTOM instead. |
static int |
BOTTOM
Text is drawn vertically above the specified point using a bounding box as a reference. |
static int |
Center
Deprecated. Use CENTER instead. |
static int |
CENTER
Text is centered horizontally on specified point. |
static int |
Left
Deprecated. Use LEFT instead. |
static int |
LEFT
Text is left-aligned horizontally on specified point. |
static int |
Right
Deprecated. Use RIGHT instead. |
static int |
RIGHT
Text is right-aligned horizontally on specified point. |
static int |
Top
Deprecated. Use TOP instead. |
static int |
TOP
Text is drawn vertically below the specified point using a bounding box as a reference. |
| Field Detail |
public static final int Center
CENTER instead.
public static final int Left
LEFT instead.
public static final int Right
RIGHT instead.
public static final int Baseline
BASELINE instead.
public static final int Bottom
BOTTOM instead.
public static final int Top
TOP instead.
public static final int CENTER
public static final int LEFT
public static final int RIGHT
public static final int BASELINE
public static final int BOTTOM
public static final int TOP
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||