public final class MaplexLinePlacementMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexLinePlacementMethod |
CenteredCurvedOnLine
Centered curved on the line.
|
static MaplexLinePlacementMethod |
CenteredHorizontalOnLine
Centered horizontal on the line.
|
static MaplexLinePlacementMethod |
CenteredPerpendicularOnLine
Centered perpendicular on the line.
|
static MaplexLinePlacementMethod |
CenteredStraightOnLine
Centered straight on the line.
|
static MaplexLinePlacementMethod |
OffsetCurvedFromLine
Offset and curved from the line.
|
static MaplexLinePlacementMethod |
OffsetHorizontalFromLine
Offset and horizontal from the line.
|
static MaplexLinePlacementMethod |
OffsetPerpendicularFromLine
Offset perpendicular from the line.
|
static MaplexLinePlacementMethod |
OffsetStraightFromLine
Offset and straight from the line.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexLinePlacementMethod |
valueOf(java.lang.String name) |
static MaplexLinePlacementMethod[] |
values() |
public static final MaplexLinePlacementMethod CenteredHorizontalOnLine
public static final MaplexLinePlacementMethod CenteredStraightOnLine
public static final MaplexLinePlacementMethod CenteredCurvedOnLine
public static final MaplexLinePlacementMethod CenteredPerpendicularOnLine
public static final MaplexLinePlacementMethod OffsetHorizontalFromLine
public static final MaplexLinePlacementMethod OffsetStraightFromLine
public static final MaplexLinePlacementMethod OffsetCurvedFromLine
public static final MaplexLinePlacementMethod OffsetPerpendicularFromLine
public static MaplexLinePlacementMethod[] values()
public static MaplexLinePlacementMethod valueOf(java.lang.String name)