public class MarvinContour extends java.lang.Object
MarvinContour()
void
addPoint(int x, int y)
Point
getPoint(int index)
java.util.List<Point>
getPoints()
int
length()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MarvinContour()
public void addPoint(int x, int y)
public Point getPoint(int index)
public java.util.List<Point> getPoints()
public int length()