Class PlotTypes

java.lang.Object
  extended by RunViewer
      extended by PlotTypes

public class PlotTypes
extends RunViewer


Field Summary
static int ARRAY
           
static int CURVE
           
static int LABEL
           
static int MATERIAL
           
static int MESH
           
static int SCALAR
           
static int SPECIES
           
static int SUBSET
           
static int SYMMETRICTENSOR
           
static int TENSOR
           
static int VECTOR
           
 
Fields inherited from class RunViewer
viewer
 
Constructor Summary
PlotTypes()
           
 
Method Summary
 int GetVariableTypes(java.lang.String plotName)
           
static void main(java.lang.String[] args)
           
protected  void savePlot(java.lang.String plotType, java.lang.String var)
           
protected  void work(java.lang.String[] args)
           
 
Methods inherited from class RunViewer
printUsage, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESH

public static final int MESH
See Also:
Constant Field Values

SCALAR

public static final int SCALAR
See Also:
Constant Field Values

MATERIAL

public static final int MATERIAL
See Also:
Constant Field Values

VECTOR

public static final int VECTOR
See Also:
Constant Field Values

SUBSET

public static final int SUBSET
See Also:
Constant Field Values

SPECIES

public static final int SPECIES
See Also:
Constant Field Values

CURVE

public static final int CURVE
See Also:
Constant Field Values

TENSOR

public static final int TENSOR
See Also:
Constant Field Values

SYMMETRICTENSOR

public static final int SYMMETRICTENSOR
See Also:
Constant Field Values

LABEL

public static final int LABEL
See Also:
Constant Field Values

ARRAY

public static final int ARRAY
See Also:
Constant Field Values
Constructor Detail

PlotTypes

public PlotTypes()
Method Detail

GetVariableTypes

public int GetVariableTypes(java.lang.String plotName)

savePlot

protected void savePlot(java.lang.String plotType,
                        java.lang.String var)

work

protected void work(java.lang.String[] args)
Overrides:
work in class RunViewer

main

public static void main(java.lang.String[] args)