public class Path extends Object
Path(boolean closed, List<Point> points)
List<Point>
getPoints()
boolean
isClosed()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Path(boolean closed, List<Point> points)
public boolean isClosed()
public List<Point> getPoints()
public int size()
Copyright © 2020. All rights reserved.