Class LineSeg.KeyPoint
java.lang.Object
org.eclipse.graphiti.ui.internal.util.draw2d.LineSeg.KeyPoint
- Enclosing class:
- LineSeg
Enumeration class for defining the keypoint along a line segment. Can be
one of
ORIGIN
, MIDPOINT
or
TERMINUS
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final LineSeg.KeyPoint
Constant designating the mid point on the line segment.static final LineSeg.KeyPoint
Constant designating the origin point on the line segment.static final LineSeg.KeyPoint
Constant designating the terminal point on the line segment. -
Method Summary