public final class StandardPointPlacementMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static StandardPointPlacementMethod |
AroundPoint
Placement around the point.
|
static StandardPointPlacementMethod |
OnTopPoint
Placement on top of the point.
|
static StandardPointPlacementMethod |
RotationField
Placement by rotation field.
|
static StandardPointPlacementMethod |
SpecifiedAngles
Placement at specified angles.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardPointPlacementMethod |
valueOf(java.lang.String name) |
static StandardPointPlacementMethod[] |
values() |
public static final StandardPointPlacementMethod AroundPoint
public static final StandardPointPlacementMethod OnTopPoint
public static final StandardPointPlacementMethod SpecifiedAngles
public static final StandardPointPlacementMethod RotationField
public static StandardPointPlacementMethod[] values()
public static StandardPointPlacementMethod valueOf(java.lang.String name)