Documentation of 'jas2.hist.SliceParameters' Java class
SliceParameters
jas2.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.
    • Method Detail

      • getX

        double getX()
      • getY

        double getY()
      • getWidth

        double getWidth()
      • getHeight

        double getHeight()
      • getPhi

        double getPhi()
      • setX

        void setX(double x)
      • setY

        void setY(double y)
      • setWidth

        void setWidth(double width)
      • setHeight

        void setHeight(double height)
      • setPhi

        void setPhi(double phi)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.