|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.FormNode
visad.data.Form
public abstract class Form
A leaf-node in the data form hierarchy for the storage of persistent data objects.
Field Summary | |
---|---|
protected MathType |
mathType
The MathType of an existing data object. |
Constructor Summary | |
---|---|
Form(java.lang.String name)
Construct a data form of the given name. |
Method Summary | |
---|---|
MathType |
getMathType()
Get the MathType. |
Methods inherited from class visad.data.FormNode |
---|
add, getForms, getName, open, open, save |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MathType mathType
Constructor Detail |
---|
public Form(java.lang.String name)
Method Detail |
---|
public MathType getMathType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |