|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.omGraphics.grid.OMGridData
com.bbn.openmap.omGraphics.grid.OMGridData.Int
Int is a GridData object that contains ints.
Nested Class Summary |
Nested classes inherited from class com.bbn.openmap.omGraphics.grid.OMGridData |
OMGridData.Boolean, OMGridData.Byte, OMGridData.Char, OMGridData.Double, OMGridData.Float, OMGridData.Int, OMGridData.Short |
Nested classes inherited from class com.bbn.openmap.omGraphics.grid.GridData |
GridData.Boolean, GridData.Byte, GridData.Char, GridData.Double, GridData.Float, GridData.Int, GridData.Short |
Field Summary | |
protected int[][] |
data
|
Fields inherited from class com.bbn.openmap.omGraphics.grid.OMGridData |
major |
Constructor Summary | |
OMGridData.Int(int[][] d)
|
Method Summary | |
java.lang.Object |
get(int x,
int y)
|
int[][] |
getData()
|
int |
getIntValue(int x,
int y)
|
int |
getNumColumns()
|
int |
getNumRows()
|
void |
setData(int[][] d)
|
Methods inherited from class com.bbn.openmap.omGraphics.grid.OMGridData |
getMajor, setMajor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bbn.openmap.omGraphics.grid.GridData |
getMajor, setMajor |
Field Detail |
protected int[][] data
Constructor Detail |
public OMGridData.Int(int[][] d)
Method Detail |
public void setData(int[][] d)
public int[][] getData()
getData
in interface GridData.Int
public java.lang.Object get(int x, int y)
get
in interface GridData
public int getIntValue(int x, int y)
getIntValue
in interface GridData.Int
public int getNumColumns()
getNumColumns
in interface GridData
public int getNumRows()
getNumRows
in interface GridData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |