public static class LineSeg.KeyPoint
extends java.lang.Object
ORIGIN
, MIDPOINT
or
TERMINUS
.Modifier and Type | Field and Description |
---|---|
static LineSeg.KeyPoint |
MIDPOINT
Constant designating the mid point on the line segment.
|
static LineSeg.KeyPoint |
ORIGIN
Constant designating the origin point on the line segment.
|
static LineSeg.KeyPoint |
TERMINUS
Constant designating the terminal point on the line segment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final LineSeg.KeyPoint ORIGIN
public static final LineSeg.KeyPoint MIDPOINT
public static final LineSeg.KeyPoint TERMINUS