jas.hist
Interface SliceParameters
- All Known Implementing Classes:
- DefaultSliceParameters
- public interface SliceParameters
Defines parameters for a slice. x,y define the center of the slice.
height is the half-distance along the slice, while width is the half-distance perpendicular
to the slice axis. phi defines the slice direction, phi=0 implies the slice is along
the y-axis.
getX
public double getX()
getY
public double getY()
getWidth
public double getWidth()
getHeight
public double getHeight()
getPhi
public double getPhi()
setX
public void setX(double x)
setY
public void setY(double y)
setWidth
public void setWidth(double width)
setHeight
public void setHeight(double height)
setPhi
public void setPhi(double phi)