|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bbn.openmap.omGraphics.grid.OMGridData
public abstract class OMGridData
Nested Class Summary | |
---|---|
static class |
OMGridData.Boolean
Boolean is a GridData object that contains booleans. |
static class |
OMGridData.Byte
Byte is a GridData object that contains bytes. |
static class |
OMGridData.Char
Char is a GridData object that contains chars. |
static class |
OMGridData.Double
Double is a GridData object that contains doubles. |
static class |
OMGridData.Float
Float is a GridData object that contains floats. |
static class |
OMGridData.Int
Int is a GridData object that contains ints. |
static class |
OMGridData.Short
Short is a GridData object that contains shorts. |
Field Summary | |
---|---|
protected boolean |
major
Keep track of which dimension different parts of the double array represent. |
Constructor Summary | |
---|---|
OMGridData()
|
Method Summary | |
---|---|
boolean |
getMajor()
|
void |
setMajor(boolean value)
|
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 |
---|
deepCopy, get, getNumColumns, getNumRows |
Field Detail |
---|
protected boolean major
Constructor Detail |
---|
public OMGridData()
Method Detail |
---|
public void setMajor(boolean value)
setMajor
in interface GridData
public boolean getMajor()
getMajor
in interface GridData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |