public final class MaplexAnchorPointType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexAnchorPointType |
ErodedCenter
Eroded center.
|
static MaplexAnchorPointType |
GeometricCenter
Geometric center (of the potentially clipped geometry).
|
static MaplexAnchorPointType |
Perimeter
Perimeter.
|
static MaplexAnchorPointType |
UnclippedGeometricCenter
Unclipped geometric center.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexAnchorPointType |
valueOf(java.lang.String name) |
static MaplexAnchorPointType[] |
values() |
public static final MaplexAnchorPointType GeometricCenter
public static final MaplexAnchorPointType ErodedCenter
public static final MaplexAnchorPointType Perimeter
public static final MaplexAnchorPointType UnclippedGeometricCenter
public static MaplexAnchorPointType[] values()
public static MaplexAnchorPointType valueOf(java.lang.String name)