public final class SimplePlacementEndings
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static SimplePlacementEndings |
WithHalfGap
A space equal to half the placement template will be placed at the control point.
|
static SimplePlacementEndings |
WithMarkers
A marker is placed at the control point.
|
| Modifier and Type | Method and Description |
|---|---|
static SimplePlacementEndings |
valueOf(java.lang.String name) |
static SimplePlacementEndings[] |
values() |
public static final SimplePlacementEndings WithHalfGap
public static final SimplePlacementEndings WithMarkers
public static SimplePlacementEndings[] values()
public static SimplePlacementEndings valueOf(java.lang.String name)