public class ZPolygon extends Object implements ShapeBean
ZPolygon()
ZPolygon(String... str)
Shape
genShape()
int
getNbPoint()
String[]
getPoints()
int[]
getX(int[][] tab)
int[][]
getXY()
getY(int[][] tab)
void
setPoints(String... st)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ZPolygon()
public ZPolygon(String... str)
public String[] getPoints()
public void setPoints(String... st)
public int getNbPoint()
public int[][] getXY()
public int[] getX(int[][] tab)
public int[] getY(int[][] tab)
public Shape genShape()
genShape
ShapeBean
public String toString()
toString
Object
Copyright © 2013 LSST. All Rights Reserved.