public final class MaplexContourAlignmentType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexContourAlignmentType |
Downhill
Align labels according to the terrain so the tops point downhill.
|
static MaplexContourAlignmentType |
Page
Align labels according to the page (or display).
|
static MaplexContourAlignmentType |
Uphill
Align labels according to the terrain so the tops point uphill.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexContourAlignmentType |
valueOf(java.lang.String name) |
static MaplexContourAlignmentType[] |
values() |
public static final MaplexContourAlignmentType Uphill
public static final MaplexContourAlignmentType Page
public static final MaplexContourAlignmentType Downhill
public static MaplexContourAlignmentType[] values()
public static MaplexContourAlignmentType valueOf(java.lang.String name)