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