public final class MaplexPointPlacementMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexPointPlacementMethod |
AroundPoint
Around the point.
|
static MaplexPointPlacementMethod |
CenteredOnPoint
Centered on the point.
|
static MaplexPointPlacementMethod |
EastOfPoint
Right of the point.
|
static MaplexPointPlacementMethod |
NorthEastOfPoint
Above and right of the point.
|
static MaplexPointPlacementMethod |
NorthOfPoint
Above the point.
|
static MaplexPointPlacementMethod |
NorthWestOfPoint
Above and left of the point.
|
static MaplexPointPlacementMethod |
SouthEastOfPoint
Below and to the right of the point.
|
static MaplexPointPlacementMethod |
SouthOfPoint
Below the point.
|
static MaplexPointPlacementMethod |
SouthWestOfPoint
Below and to the left of the point.
|
static MaplexPointPlacementMethod |
WestOfPoint
Left of the point,
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexPointPlacementMethod |
valueOf(java.lang.String name) |
static MaplexPointPlacementMethod[] |
values() |
public static final MaplexPointPlacementMethod AroundPoint
public static final MaplexPointPlacementMethod CenteredOnPoint
public static final MaplexPointPlacementMethod NorthOfPoint
public static final MaplexPointPlacementMethod NorthEastOfPoint
public static final MaplexPointPlacementMethod EastOfPoint
public static final MaplexPointPlacementMethod SouthEastOfPoint
public static final MaplexPointPlacementMethod SouthOfPoint
public static final MaplexPointPlacementMethod SouthWestOfPoint
public static final MaplexPointPlacementMethod WestOfPoint
public static final MaplexPointPlacementMethod NorthWestOfPoint
public static MaplexPointPlacementMethod[] values()
public static MaplexPointPlacementMethod valueOf(java.lang.String name)