Package | Description |
---|---|
com.nomagic.magicdraw.magicreport.helper |
Modifier and Type | Method and Description |
---|---|
Point |
Polygon.getPoint(int pos)
Return coordinate of point at position.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Point> |
Polygon.getPointList()
Return
List of point in this shape. |
Constructor and Description |
---|
Point(Point p)
Constructs and initializes a point with the same location as the specified
Point object. |