public class Path extends Object
Path()
Path(double[][] points, boolean closed)
boolean
equals(Object obj)
double[][]
getPoints()
int
hashCode()
isClosed()
void
setClosed(boolean closed)
setPoints(double[][] points)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Path()
public Path(double[][] points, boolean closed)
public boolean isClosed()
public void setClosed(boolean closed)
public double[][] getPoints()
public void setPoints(double[][] points)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString