public final class LineDashEnding
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static LineDashEnding |
Custom
Custom - the pattern is fit to the length of the feature by adjusting the gaps slightly.
|
static LineDashEnding |
FullGap
Full Gap - a space equal to the gap value will be placed on either side of control points.
|
static LineDashEnding |
FullPattern
Full Pattern - a full dash will be placed on either side of control points.
|
static LineDashEnding |
HalfGap
Half Gap - a space equal to the half the gap value will be placed on either side of control points.
|
static LineDashEnding |
HalfPattern
Half Pattern - a half dash will be placed on either side of control points.
|
static LineDashEnding |
NoConstraint
No Constraint - no constraint is applied to how the dash is placed.
|
| Modifier and Type | Method and Description |
|---|---|
static LineDashEnding |
valueOf(java.lang.String name) |
static LineDashEnding[] |
values() |
public static final LineDashEnding NoConstraint
public static final LineDashEnding HalfPattern
public static final LineDashEnding HalfGap
public static final LineDashEnding FullPattern
public static final LineDashEnding FullGap
public static final LineDashEnding Custom
public static LineDashEnding[] values()
public static LineDashEnding valueOf(java.lang.String name)