public class Points extends Object
Constructor and Description |
---|
Points() |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(int x,
int y) |
void |
addPoint(Point p) |
void |
addPoints(Points other) |
boolean |
contains(Point p) |
Polygon |
getOutline() |
Iterable<Point> |
getPoints() |
int |
getSize() |
Copyright © 2015–2021 Fiji. All rights reserved.