com.bbn.openmap.omGraphics.grid
Interface GridData
- All Known Subinterfaces:
- GridData.Boolean, GridData.Byte, GridData.Char, GridData.Double, GridData.Float, GridData.Int, GridData.Short
- All Known Implementing Classes:
- OMGridData, OMGridData.Boolean, OMGridData.Byte, OMGridData.Char, OMGridData.Double, OMGridData.Float, OMGridData.Int, OMGridData.Short
- public interface GridData
The GridData interface is a wrapper class for data stored and used
in an OMGrid object. It holds a two-dimensional array of data. They
type of array is determined my the type of GridData used.
get
public java.lang.Object get(int x,
int y)
getNumColumns
public int getNumColumns()
getNumRows
public int getNumRows()
setMajor
public void setMajor(boolean value)
getMajor
public boolean getMajor()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details