public final class PlacementPolygonCenterMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static PlacementPolygonCenterMethod |
BoundingBoxCenter
The bounding box of the polygon is used.
|
static PlacementPolygonCenterMethod |
CenterOfMass
The centroid of the polygon is used.
|
static PlacementPolygonCenterMethod |
OnPolygon
Place on the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
static PlacementPolygonCenterMethod |
valueOf(java.lang.String name) |
static PlacementPolygonCenterMethod[] |
values() |
public static final PlacementPolygonCenterMethod OnPolygon
public static final PlacementPolygonCenterMethod CenterOfMass
public static final PlacementPolygonCenterMethod BoundingBoxCenter
public static PlacementPolygonCenterMethod[] values()
public static PlacementPolygonCenterMethod valueOf(java.lang.String name)