com.bbn.openmap.omGraphics.grid
Class OMGridData.Char
java.lang.Object
com.bbn.openmap.omGraphics.grid.OMGridData
com.bbn.openmap.omGraphics.grid.OMGridData.Char
- All Implemented Interfaces:
- GridData, GridData.Char
- Enclosing class:
- OMGridData
public static class OMGridData.Char
- extends OMGridData
- implements GridData.Char
Char is a GridData object that contains chars.
Field Summary |
protected char[][] |
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 char[][] data
OMGridData.Char
public OMGridData.Char(char[][] d)
setData
public void setData(char[][] d)
getData
public char[][] getData()
- Specified by:
getData
in interface GridData.Char
get
public java.lang.Object get(int x,
int y)
- Specified by:
get
in interface GridData
getCharValue
public char getCharValue(int x,
int y)
- Specified by:
getCharValue
in interface GridData.Char
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