jas.hist.util
Class DefaultSliceParameters
java.lang.Object
jas.hist.util.DefaultSliceParameters
- All Implemented Interfaces:
- SliceParameters
public class DefaultSliceParameters
- extends Object
- implements SliceParameters
Basic implementation of SliceParameters
- See Also:
SliceParameters
DefaultSliceParameters
public DefaultSliceParameters(double x,
double y,
double width,
double height,
double phi)
toString
public String toString()
- Overrides:
toString
in class 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()
Copyright © 2000-2009 FreeHEP. All Rights Reserved.