public class Path extends Object
Path()
Path(boolean isOpen, List<Point> points)
Path
addPoint(Point point)
boolean
equals(Object o)
List<Point>
getPoints()
int
hashCode()
isOpen()
void
setOpen(boolean open)
setPoints(List<Point> points)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Path()
public Path(boolean isOpen, List<Point> points)
public boolean isOpen()
public void setOpen(boolean open)
public List<Point> getPoints()
public void setPoints(List<Point> points)
public Path addPoint(Point point)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2022 Eclipse. All rights reserved.