Package org.freehep.j3d.plot
Class ViewUnbinned3DData
- java.lang.Object
-
- org.freehep.j3d.plot.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.vecmath.Color3bcolorAt(int index)Get the Color of the specified point in the non-normalized range ; use the ViewNormalizedUnbinned3DData's rainbow ratherbooleangetActiveAt(int index)intgetNPoints()The number of points in the scatter plotdouble[]getxdata()double[]getydata()double[]getzdata()javax.vecmath.Point3fpointAt(int index)The x,y,z coordinate of the specified pointfloatxMax()Axis maximum on the X AxisfloatxMin()Axis minimum on the X AxisfloatyMax()Axis maximum on the Y AxisfloatyMin()Axis minimum on the Y AxisfloatzMax()Maximum data value on the Z AxisfloatzMin()Minimum data value on the Z Axis
-
-
-
Method Detail
-
xMin
public float xMin()
Axis minimum on the X Axis- Specified by:
xMinin interfaceorg.freehep.j3d.plot.Unbinned3DData
-
xMax
public float xMax()
Axis maximum on the X Axis- Specified by:
xMaxin interfaceorg.freehep.j3d.plot.Unbinned3DData
-
yMin
public float yMin()
Axis minimum on the Y Axis- Specified by:
yMinin interfaceorg.freehep.j3d.plot.Unbinned3DData
-
yMax
public float yMax()
Axis maximum on the Y Axis- Specified by:
yMaxin interfaceorg.freehep.j3d.plot.Unbinned3DData
-
zMin
public float zMin()
Minimum data value on the Z Axis- Specified by:
zMinin interfaceorg.freehep.j3d.plot.Unbinned3DData
-
zMax
public float zMax()
Maximum data value on the Z Axis- Specified by:
zMaxin interfaceorg.freehep.j3d.plot.Unbinned3DData
-
getNPoints
public int getNPoints()
The number of points in the scatter plot- Specified by:
getNPointsin interfaceorg.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:
pointAtin interfaceorg.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:
colorAtin interfaceorg.freehep.j3d.plot.Unbinned3DData
-
getxdata
public double[] getxdata()
-
getydata
public double[] getydata()
-
getzdata
public double[] getzdata()
-
-