public final class StandardPolygonPlacementMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static StandardPolygonPlacementMethod |
AlwaysHorizontal
Always horizontal.
|
static StandardPolygonPlacementMethod |
AlwaysStraight
Always straight.
|
static StandardPolygonPlacementMethod |
MixedStrategy
Mixed strategy, prefer horizontal before placing straight.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardPolygonPlacementMethod |
valueOf(java.lang.String name) |
static StandardPolygonPlacementMethod[] |
values() |
public static final StandardPolygonPlacementMethod AlwaysHorizontal
public static final StandardPolygonPlacementMethod AlwaysStraight
public static final StandardPolygonPlacementMethod MixedStrategy
public static StandardPolygonPlacementMethod[] values()
public static StandardPolygonPlacementMethod valueOf(java.lang.String name)