public final class PlacementEndings
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static PlacementEndings |
Custom
Will fit the pattern to the length of the features by adjusting the gaps slightly.
|
static PlacementEndings |
NoConstraint
No constraint on how the markers are placed.
|
static PlacementEndings |
WithFullGap
A space equal to the placement template will be placed at the control point.
|
static PlacementEndings |
WithHalfGap
A space equal to half the placement template will be placed at the control point.
|
static PlacementEndings |
WithMarkers
A marker is placed at the control point.
|
| Modifier and Type | Method and Description |
|---|---|
static PlacementEndings |
valueOf(java.lang.String name) |
static PlacementEndings[] |
values() |
public static final PlacementEndings NoConstraint
public static final PlacementEndings WithMarkers
public static final PlacementEndings WithFullGap
public static final PlacementEndings WithHalfGap
public static final PlacementEndings Custom
public static PlacementEndings[] values()
public static PlacementEndings valueOf(java.lang.String name)