public final class MaplexLabelAnchorPoint
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexLabelAnchorPoint |
CenterOfLabel
Anchor to the center of the label.
|
static MaplexLabelAnchorPoint |
FurthestSideOfLabel
Anchor to the furthest side of the label.
|
static MaplexLabelAnchorPoint |
NearestSideOfLabel
Anchor to the nearest side of the label.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexLabelAnchorPoint |
valueOf(java.lang.String name) |
static MaplexLabelAnchorPoint[] |
values() |
public static final MaplexLabelAnchorPoint CenterOfLabel
public static final MaplexLabelAnchorPoint NearestSideOfLabel
public static final MaplexLabelAnchorPoint FurthestSideOfLabel
public static MaplexLabelAnchorPoint[] values()
public static MaplexLabelAnchorPoint valueOf(java.lang.String name)