public class Polygon extends Object implements Iterable<Point>, Shape
Polygon
Polygon(List<? extends Point> points)
Polygon(Point x, Point y, Point z, Point... others)
boolean
equals(Object obj)
List<Point>
getPoints()
Point
int
hashCode()
Iterator<Point>
iterator()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Polygon(Point x, Point y, Point z, Point... others)
x
y
z
others
public Polygon(List<? extends Point> points)
points
public List<Point> getPoints()
public Iterator<Point> iterator()
iterator
Iterable<Point>
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.