public final class VerticalAlignment
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static VerticalAlignment |
Baseline
Text is aligned so that the geometry lines up with the baseline of the text symbol.
|
static VerticalAlignment |
Bottom
Bottom of the lowest descender is used to align the text.
|
static VerticalAlignment |
Center
Text is centered on the geometry.
|
static VerticalAlignment |
Top
Top of the highest ascender in the text symbol is used to align the text.
|
| Modifier and Type | Method and Description |
|---|---|
static VerticalAlignment |
valueOf(java.lang.String name) |
static VerticalAlignment[] |
values() |
public static final VerticalAlignment Top
public static final VerticalAlignment Center
public static final VerticalAlignment Baseline
public static final VerticalAlignment Bottom
public static VerticalAlignment[] values()
public static VerticalAlignment valueOf(java.lang.String name)