|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.jmet.DumpType
public class DumpType
Class of static methods for printing out information about VisAD
Data objects.
| Constructor Summary | |
|---|---|
DumpType()
|
|
| Method Summary | |
|---|---|
static void |
dumpDataType(Data d)
Decomposes a VisAD Data object and lists out information about its components. |
static void |
dumpDataType(Data d,
OutputStream uos)
Decomposes a VisAD Data object and lists out information about its components. |
static void |
dumpMathType(MathType t)
Decomposes a VisAD MathType and lists out information about its components |
static void |
dumpMathType(MathType t,
OutputStream uos)
Decomposes a VisAD MathType and lists out information about its components |
static void |
main(String[] args)
Test this class by running 'java visad.jmet.DumpType'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DumpType()
| Method Detail |
|---|
public static void dumpDataType(Data d)
d - the VisAD Data object to analyze
public static void dumpDataType(Data d,
OutputStream uos)
d - the VisAD Data object to analyzeuos - the OutputStream to send the text output to
(usually use "System.out")public static void dumpMathType(MathType t)
t - MathType to dump
public static void dumpMathType(MathType t,
OutputStream uos)
t - the VisAD MathType object to analyzeuos - the OutputStream to send the text output to
(usually use "System.out")public static void main(String[] args)
args - name of file or URL to read in and analyze
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||