|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsim.portrayal3d.grid.GridCellInfo
Nested Class Summary | |
class |
GridCellInfo.DoubleGrid2DW
|
class |
GridCellInfo.DoubleGrid3DW
|
static interface |
GridCellInfo.Grid
Interface all grids should implement. |
class |
GridCellInfo.IntGrid2DW
|
class |
GridCellInfo.IntGrid3DW
|
Field Summary | |
GridCellInfo.Grid |
grid
This could be Grid2D or Grid3D |
boolean |
is3D
this is equivalent to grid instanceof Grid3D, but cached |
int |
x
|
int |
y
|
int |
z
|
Constructor Summary | |
GridCellInfo(Grid2D g)
|
|
GridCellInfo(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 final GridCellInfo.Grid grid
public final boolean is3D
public int x
public int y
public int z
Constructor Detail |
public GridCellInfo(Grid2D g)
public GridCellInfo(Grid3D g)
Method Detail |
public double value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |