Class PlotTypes
java.lang.Object
RunViewer
PlotTypes
public class PlotTypes
- extends RunViewer
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PlotTypes
public PlotTypes()
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)