|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Unbinned3DData
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 |
---|
float xMin()
float xMax()
float yMin()
float yMax()
float zMin()
float zMax()
int getNPoints()
javax.vecmath.Point3f pointAt(int index)
javax.vecmath.Color3b colorAt(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |