Package jmri.jmrit.display.layoutEditor
Class LayoutShape.LayoutShapePoint
java.lang.Object
jmri.jmrit.display.layoutEditor.LayoutShape.LayoutShapePoint
- Enclosing class:
- LayoutShape
These are the points that make up the outline of the shape. Each point
can be ether a straight or a control point for a curve
-
Constructor Details
-
LayoutShapePoint
constructor method- Parameters:
c- Point2D for initial point
-
LayoutShapePoint
Constructor method.- Parameters:
t- the layout shape point type.c- Point2D for initial point
-
-
Method Details
-
getType
accessor methods- Returns:
- the LayoutShapePointType
-
setType
-
getPoint
-
setPoint
-