|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsim.portrayal3d.grid.ValueGridCellInfo
Used by ValueGrid2DPortrayal3D to send needed value information to underlying QuadPortrayals. Specifically, ValueGridCellInfo contains the x,y,z dimensions of the current value point, plus a value() method which returns the current value at that point.
Field Summary | |
int |
x
|
int |
y
|
int |
z
|
Constructor Summary | |
ValueGridCellInfo(Grid2D g)
|
|
ValueGridCellInfo(Grid3D g)
|
Method Summary | |
double |
value()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int x
public int y
public int z
Constructor Detail |
public ValueGridCellInfo(Grid2D g)
public ValueGridCellInfo(Grid3D g)
Method Detail |
public double value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |