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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultSliceParameters
public DefaultSliceParameters(double x,
double y,
double width,
double height,
double phi)
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()