public final class MaplexContourLadderType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexContourLadderType |
Curved
Curved ladders.
|
static MaplexContourLadderType |
None
No ladders.
|
static MaplexContourLadderType |
Straight
Straight ladders.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexContourLadderType |
valueOf(java.lang.String name) |
static MaplexContourLadderType[] |
values() |
public static final MaplexContourLadderType None
public static final MaplexContourLadderType Straight
public static final MaplexContourLadderType Curved
public static MaplexContourLadderType[] values()
public static MaplexContourLadderType valueOf(java.lang.String name)