|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binned2DData
A data source for binned 2D data which is used by the both the lego and the surface 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 xIndex,
int yIndex)
Get the Color at the specified bin |
int |
xBins()
Number of bins on the X axis |
float |
xMax()
Axis maximum on the X Axis |
float |
xMin()
Axis minimum on the X Axis |
int |
yBins()
Number of bins on the Y axis |
float |
yMax()
Axis maximum on the Y Axis |
float |
yMin()
Axis minimum on the Y Axis |
float |
zAt(int xIndex,
int yIndex)
Get Z value at the specified bin |
float |
zMax()
Maximum data value on the Z Axis |
float |
zMin()
Minimum data value on the Z Axis |
Method Detail |
---|
int xBins()
int yBins()
float xMin()
float xMax()
float yMin()
float yMax()
float zAt(int xIndex, int yIndex)
javax.vecmath.Color3b colorAt(int xIndex, int yIndex)
float zMin()
float zMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |