public class Polygon extends Object
Constructor and Description |
---|
Polygon() |
Polygon(JsonObject json) |
Polygon(List<Point> points) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Point> |
getPoints() |
int |
hashCode() |
void |
setPoints(List<Point> points) |
JsonObject |
toJson() |
String |
toString() |
public Polygon()
public Polygon(JsonObject json)
public JsonObject toJson()
Copyright © 2020 Eclipse. All rights reserved.