Class ViewNormalizedUnbinned3DData

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

    public class ViewNormalizedUnbinned3DData
    extends Object
    implements org.freehep.j3d.plot.Unbinned3DData
    • Constructor Detail

      • ViewNormalizedUnbinned3DData

        public ViewNormalizedUnbinned3DData​(ViewUnbinned3DData data,
                                            float shift)
    • Method Detail

      • xMin

        public float xMin()
        Specified by:
        xMin in interface org.freehep.j3d.plot.Unbinned3DData
      • xMax

        public float xMax()
        Specified by:
        xMax in interface org.freehep.j3d.plot.Unbinned3DData
      • yMin

        public float yMin()
        Specified by:
        yMin in interface org.freehep.j3d.plot.Unbinned3DData
      • yMax

        public float yMax()
        Specified by:
        yMax in interface org.freehep.j3d.plot.Unbinned3DData
      • zMin

        public float zMin()
        Specified by:
        zMin in interface org.freehep.j3d.plot.Unbinned3DData
      • zMax

        public float zMax()
        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
      • pointAt

        public javax.vecmath.Point3f pointAt​(int index)
        The x,y,z normalized 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 ; z data min and max are used as references
        Specified by:
        colorAt in interface org.freehep.j3d.plot.Unbinned3DData
      • denormalizePoint

        public javax.vecmath.Point3f denormalizePoint​(javax.vecmath.Point3f p)