jas.hist.util
Class DefaultSliceParameters

java.lang.Object
  |
  +--jas.hist.util.DefaultSliceParameters
All Implemented Interfaces:
SliceParameters

public class DefaultSliceParameters
extends java.lang.Object
implements SliceParameters

Basic implementation of SliceParameters

See Also:
SliceParameters

Constructor Summary
DefaultSliceParameters(double x, double y, double width, double height, double phi)
           
 
Method Summary
protected  void changed()
           
 double getHeight()
           
 double getPhi()
           
 double getWidth()
           
 double getX()
           
 double getY()
           
 void setHeight(double height)
           
 void setPhi(double phi)
           
 void setWidth(double width)
           
 void setX(double x)
           
 void setY(double y)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultSliceParameters

public DefaultSliceParameters(double x,
                              double y,
                              double width,
                              double height,
                              double phi)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getX

public double getX()
Specified by:
getX in interface SliceParameters

getY

public double getY()
Specified by:
getY in interface SliceParameters

getWidth

public double getWidth()
Specified by:
getWidth in interface SliceParameters

getHeight

public double getHeight()
Specified by:
getHeight in interface SliceParameters

getPhi

public double getPhi()
Specified by:
getPhi in interface SliceParameters

setX

public void setX(double x)
Specified by:
setX in interface SliceParameters

setY

public void setY(double y)
Specified by:
setY in interface SliceParameters

setWidth

public void setWidth(double width)
Specified by:
setWidth in interface SliceParameters

setHeight

public void setHeight(double height)
Specified by:
setHeight in interface SliceParameters

setPhi

public void setPhi(double phi)
Specified by:
setPhi in interface SliceParameters

changed

protected void changed()