Class LineSeg.KeyPoint
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.util.draw2d.LineSeg.KeyPoint
-
- Enclosing class:
- LineSeg
public static class LineSeg.KeyPoint extends java.lang.ObjectEnumeration class for defining the keypoint along a line segment. Can be one ofORIGIN,MIDPOINTorTERMINUS.
-
-
Field Summary
Fields Modifier and Type Field Description static LineSeg.KeyPointMIDPOINTConstant designating the mid point on the line segment.static LineSeg.KeyPointORIGINConstant designating the origin point on the line segment.static LineSeg.KeyPointTERMINUSConstant designating the terminal point on the line segment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
ORIGIN
public static final LineSeg.KeyPoint ORIGIN
Constant designating the origin point on the line segment.
-
MIDPOINT
public static final LineSeg.KeyPoint MIDPOINT
Constant designating the mid point on the line segment.
-
TERMINUS
public static final LineSeg.KeyPoint TERMINUS
Constant designating the terminal point on the line segment.
-
-