org.lsst.ccs.utilities.zonesui
Class ZRectangle

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

public class ZRectangle
extends Object
implements ShapeBean

Author:
Pascal Durieu

Constructor Summary
ZRectangle()
           
ZRectangle(int ix, int iy, int iw, int ih)
           
 
Method Summary
 Shape genShape()
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int i)
           
 void setWidth(int i)
           
 void setX(int i)
           
 void setY(int i)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZRectangle

public ZRectangle()

ZRectangle

public ZRectangle(int ix,
                  int iy,
                  int iw,
                  int ih)
Method Detail

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()

setX

public void setX(int i)

setY

public void setY(int i)

setWidth

public void setWidth(int i)

setHeight

public void setHeight(int i)

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.