public interface Polygonal
Modifier and Type | Method and Description |
---|---|
List<Point2D.Double> |
getPoints()
Returns the points in the polygonal shape.
|
void |
setPoints(List<Point2D.Double> points)
Sets the points in the polygonal shape.
|
List<Point2D.Double> getPoints()
void setPoints(List<Point2D.Double> points)
points
- The points to set.Copyright © 2020–2023 GReD. All rights reserved.