public final class StandardLabelRotationType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static StandardLabelRotationType |
Arithmetic
Arithmetic rotation.
|
static StandardLabelRotationType |
AV3
ArcView 3 rotation.
|
static StandardLabelRotationType |
Geographic
Geographic rotation.
|
static StandardLabelRotationType |
Radians
Rotation in radians.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardLabelRotationType |
valueOf(java.lang.String name) |
static StandardLabelRotationType[] |
values() |
public static final StandardLabelRotationType Geographic
public static final StandardLabelRotationType Arithmetic
public static final StandardLabelRotationType Radians
public static final StandardLabelRotationType AV3
public static StandardLabelRotationType[] values()
public static StandardLabelRotationType valueOf(java.lang.String name)