com.bbn.openmap.omGraphics.grid
Class OMGridData.Short
java.lang.Object
com.bbn.openmap.omGraphics.grid.OMGridData
com.bbn.openmap.omGraphics.grid.OMGridData.Short
- All Implemented Interfaces:
- GridData, GridData.Short
- Enclosing class:
- OMGridData
public static class OMGridData.Short
- extends OMGridData
- implements GridData.Short
Short is a GridData object that contains shorts.
Field Summary |
protected short[][] |
data
|
Fields inherited from class com.bbn.openmap.omGraphics.grid.OMGridData |
major |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected short[][] data
OMGridData.Short
public OMGridData.Short(short[][] d)
setData
public void setData(short[][] d)
getData
public short[][] getData()
- Specified by:
getData
in interface GridData.Short
get
public java.lang.Object get(int x,
int y)
- Specified by:
get
in interface GridData
getShortValue
public short getShortValue(int x,
int y)
- Specified by:
getShortValue
in interface GridData.Short
getNumColumns
public int getNumColumns()
- Specified by:
getNumColumns
in interface GridData
getNumRows
public int getNumRows()
- Specified by:
getNumRows
in interface GridData
deepCopy
public GridData deepCopy()
- Specified by:
deepCopy
in interface GridData
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details