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