public final class ExtremityPlacement
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static ExtremityPlacement |
Both
Both - marker is placed at the beginning and end of the line.
|
static ExtremityPlacement |
JustBegin
JustBegin - marker is placed at the beginning of the line, determined by the direction that the line was digitized.
|
static ExtremityPlacement |
JustEnd
JustEnd - marker is placed at the end of the line, determined by the direction that the line was digitized.
|
static ExtremityPlacement |
None
None - no marker is placed at either end of the marker.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtremityPlacement |
valueOf(java.lang.String name) |
static ExtremityPlacement[] |
values() |
public static final ExtremityPlacement Both
public static final ExtremityPlacement JustBegin
public static final ExtremityPlacement JustEnd
public static final ExtremityPlacement None
public static ExtremityPlacement[] values()
public static ExtremityPlacement valueOf(java.lang.String name)