public final class PlacementAroundPolygonPosition
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static PlacementAroundPolygonPosition |
Bottom
The marker is placed below the polygon.
|
static PlacementAroundPolygonPosition |
BottomLeft
The marker is placed on the lower left side of the polygon.
|
static PlacementAroundPolygonPosition |
BottomRight
The marker is placed on the lower right side of the polygon.
|
static PlacementAroundPolygonPosition |
Left
The marker is placed on the left of the polygon.
|
static PlacementAroundPolygonPosition |
Right
The marker is placed on the right of the polygon.
|
static PlacementAroundPolygonPosition |
Top
The marker is placed above the polygon.
|
static PlacementAroundPolygonPosition |
TopLeft
The marker is placed on the upper left side of the polygon.
|
static PlacementAroundPolygonPosition |
TopRight
The marker is placed on the upper right side of the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
static PlacementAroundPolygonPosition |
valueOf(java.lang.String name) |
static PlacementAroundPolygonPosition[] |
values() |
public static final PlacementAroundPolygonPosition Top
public static final PlacementAroundPolygonPosition Bottom
public static final PlacementAroundPolygonPosition Left
public static final PlacementAroundPolygonPosition Right
public static final PlacementAroundPolygonPosition TopLeft
public static final PlacementAroundPolygonPosition TopRight
public static final PlacementAroundPolygonPosition BottomLeft
public static final PlacementAroundPolygonPosition BottomRight
public static PlacementAroundPolygonPosition[] values()
public static PlacementAroundPolygonPosition valueOf(java.lang.String name)