Class ViewUnbinned3DData

  • All Implemented Interfaces:
    org.freehep.j3d.plot.Unbinned3DData

    public class ViewUnbinned3DData
    extends Object
    implements org.freehep.j3d.plot.Unbinned3DData
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewUnbinned3DData​(double[] xdata_r, double[] ydata_r, double[] zdata_r)  
      ViewUnbinned3DData​(double[] xdata_r, double[] ydata_r, double[] zdata_r, boolean[] active_array)  
    • Constructor Detail

      • ViewUnbinned3DData

        public ViewUnbinned3DData​(double[] xdata_r,
                                  double[] ydata_r,
                                  double[] zdata_r)
      • ViewUnbinned3DData

        public ViewUnbinned3DData​(double[] xdata_r,
                                  double[] ydata_r,
                                  double[] zdata_r,
                                  boolean[] active_array)
    • Method Detail

      • xMin

        public float xMin()
        Axis minimum on the X Axis
        Specified by:
        xMin in interface org.freehep.j3d.plot.Unbinned3DData
      • xMax

        public float xMax()
        Axis maximum on the X Axis
        Specified by:
        xMax in interface org.freehep.j3d.plot.Unbinned3DData
      • yMin

        public float yMin()
        Axis minimum on the Y Axis
        Specified by:
        yMin in interface org.freehep.j3d.plot.Unbinned3DData
      • yMax

        public float yMax()
        Axis maximum on the Y Axis
        Specified by:
        yMax in interface org.freehep.j3d.plot.Unbinned3DData
      • zMin

        public float zMin()
        Minimum data value on the Z Axis
        Specified by:
        zMin in interface org.freehep.j3d.plot.Unbinned3DData
      • zMax

        public float zMax()
        Maximum data value on the Z Axis
        Specified by:
        zMax in interface org.freehep.j3d.plot.Unbinned3DData
      • getNPoints

        public int getNPoints()
        The number of points in the scatter plot
        Specified by:
        getNPoints in interface org.freehep.j3d.plot.Unbinned3DData
      • getActiveAt

        public boolean getActiveAt​(int index)
      • pointAt

        public javax.vecmath.Point3f pointAt​(int index)
        The x,y,z coordinate of the specified point
        Specified by:
        pointAt in interface org.freehep.j3d.plot.Unbinned3DData
      • colorAt

        public javax.vecmath.Color3b colorAt​(int index)
        Get the Color of the specified point in the non-normalized range ; use the ViewNormalizedUnbinned3DData's rainbow rather
        Specified by:
        colorAt in interface org.freehep.j3d.plot.Unbinned3DData
      • getxdata

        public double[] getxdata()
      • getydata

        public double[] getydata()
      • getzdata

        public double[] getzdata()