|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public int xBins()
public int yBins()
public float xMin()
public float xMax()
public float yMin()
public float yMax()
public float zAt(int xIndex, int yIndex)
public javax.vecmath.Color3b colorAt(int xIndex, int yIndex)
public float zMin()
public float zMax()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |