public final class AngleAlignment
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AngleAlignment |
Display
Markers or fills remain aligned to the display when the map is rotated.
|
static AngleAlignment |
Map
Markers or fills are rotated with the map.
|
| Modifier and Type | Method and Description |
|---|---|
static AngleAlignment |
valueOf(java.lang.String name) |
static AngleAlignment[] |
values() |
public static final AngleAlignment Display
public static final AngleAlignment Map
public static AngleAlignment[] values()
public static AngleAlignment valueOf(java.lang.String name)