|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A data source for unbinned 3D data which is used by the 3D scatter plot. Any class which implements this interface can be used to provide Data for a lego or surface plot.
Method Summary | |
javax.vecmath.Color3b |
colorAt(int index)
Get the Color of the specified point |
int |
getNPoints()
The number of points in the scatter plot |
javax.vecmath.Point3f |
pointAt(int index)
The x,y,z coordinate of the specified point |
float |
xMax()
Axis maximum on the X Axis |
float |
xMin()
Axis minimum on the X Axis |
float |
yMax()
Axis maximum on the Y Axis |
float |
yMin()
Axis minimum on the Y Axis |
float |
zMax()
Maximum data value on the Z Axis |
float |
zMin()
Minimum data value on the Z Axis |
Method Detail |
public float xMin()
public float xMax()
public float yMin()
public float yMax()
public float zMin()
public float zMax()
public int getNPoints()
public javax.vecmath.Point3f pointAt(int index)
public javax.vecmath.Color3b colorAt(int index)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |