jas2.hist.util
Class DefaultSliceParameters
- java.lang.Object
-
- jas2.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
Constructors Constructor and Description DefaultSliceParameters(double x, double y, double width, double height, double phi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetHeight()doublegetPhi()doublegetWidth()doublegetX()doublegetY()voidsetHeight(double height)voidsetPhi(double phi)voidsetWidth(double width)voidsetX(double x)voidsetY(double y)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DefaultSliceParameters
public DefaultSliceParameters(double x, double y, double width, double height, double phi)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getX
public double getX()
- Specified by:
getXin interfaceSliceParameters
-
getY
public double getY()
- Specified by:
getYin interfaceSliceParameters
-
getWidth
public double getWidth()
- Specified by:
getWidthin interfaceSliceParameters
-
getHeight
public double getHeight()
- Specified by:
getHeightin interfaceSliceParameters
-
getPhi
public double getPhi()
- Specified by:
getPhiin interfaceSliceParameters
-
setX
public void setX(double x)
- Specified by:
setXin interfaceSliceParameters
-
setY
public void setY(double y)
- Specified by:
setYin interfaceSliceParameters
-
setWidth
public void setWidth(double width)
- Specified by:
setWidthin interfaceSliceParameters
-
setHeight
public void setHeight(double height)
- Specified by:
setHeightin interfaceSliceParameters
-
setPhi
public void setPhi(double phi)
- Specified by:
setPhiin interfaceSliceParameters
-
-
DataMelt 3.0 © DataMelt by jWork.ORG