org.lsst.ccs.utilities.zonesui
Class Zone

java.lang.Object
  extended by org.lsst.ccs.utilities.zonesui.Zone

public class Zone
extends Object

Author:
Pascal Durieu

Constructor Summary
Zone()
           
Zone(String cl, String tt, Shape sh)
           
 
Method Summary
 String getKey()
           
 Shape getShape()
           
 String getTipText()
           
 void setKey(String key)
           
 void setShape(Shape shape)
           
 void setTipText(String tiptext)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Zone

public Zone()

Zone

public Zone(String cl,
            String tt,
            Shape sh)
Method Detail

getKey

public String getKey()

getTipText

public String getTipText()

getShape

public Shape getShape()

setKey

public void setKey(String key)

setTipText

public void setTipText(String tiptext)

setShape

public void setShape(Shape shape)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 LSST. All Rights Reserved.