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