org.lsst.ccs.utilities.zonesui
Class ZPolygon

java.lang.Object
  extended by org.lsst.ccs.utilities.zonesui.ZPolygon
All Implemented Interfaces:
ShapeBean

public class ZPolygon
extends Object
implements ShapeBean

Author:
Pascal Durieu

Constructor Summary
ZPolygon()
           
ZPolygon(String... str)
           
 
Method Summary
 Shape genShape()
           
 int getNbPoint()
           
 String[] getPoints()
           
 int[] getX(int[][] tab)
           
 int[][] getXY()
           
 int[] getY(int[][] tab)
           
 void setPoints(String... st)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZPolygon

public ZPolygon()

ZPolygon

public ZPolygon(String... str)
Method Detail

getPoints

public String[] getPoints()

setPoints

public void setPoints(String... st)

getNbPoint

public int getNbPoint()

getXY

public int[][] getXY()

getX

public int[] getX(int[][] tab)

getY

public int[] getY(int[][] tab)

genShape

public Shape genShape()
Specified by:
genShape in interface ShapeBean

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 LSST. All Rights Reserved.