public class MeshSummary extends java.lang.Object implements DataHandler
Modifier and Type | Field and Description |
---|---|
(package private) Mesh2plusTimeDisplay |
meshDH |
(package private) double[] |
xdat |
(package private) double[][] |
ydat |
(package private) double |
ymax |
(package private) double |
ymin |
FRAMES2D, STATIC
Constructor and Description |
---|
MeshSummary(DataHandler dh) |
Modifier and Type | Method and Description |
---|---|
boolean |
antialias() |
DataHandler |
getCoHandler() |
int |
getContentStyle() |
double[] |
getFrameValues() |
Box |
getLimitBox() |
java.lang.String |
getMagic() |
double |
getMaxValue() |
double |
getMinValue() |
java.lang.String[] |
getPlotNames() |
ViewConfig |
getViewConfig(java.lang.String s) |
java.lang.String[] |
getViewOptions() |
java.lang.String |
getXAxisLabel() |
java.lang.String |
getYAxisLabel() |
boolean |
hasData() |
void |
instruct(Painter p) |
void |
read(java.io.File f) |
void |
setFrame(int ifr) |
void |
setPlot(java.lang.String s) |
void |
setViewStyle(java.lang.String s) |
void |
setZValue(double d) |
Mesh2plusTimeDisplay meshDH
double[] xdat
double[][] ydat
double ymin
double ymax
public MeshSummary(DataHandler dh)
public int getContentStyle()
getContentStyle
in interface DataHandler
public double[] getFrameValues()
getFrameValues
in interface DataHandler
public java.lang.String getMagic()
getMagic
in interface DataHandler
public double getMaxValue()
getMaxValue
in interface DataHandler
public double getMinValue()
getMinValue
in interface DataHandler
public java.lang.String[] getPlotNames()
getPlotNames
in interface DataHandler
public java.lang.String[] getViewOptions()
getViewOptions
in interface DataHandler
public void read(java.io.File f)
read
in interface DataHandler
public void setFrame(int ifr)
setFrame
in interface DataHandler
public void setPlot(java.lang.String s)
setPlot
in interface DataHandler
public void setViewStyle(java.lang.String s)
setViewStyle
in interface DataHandler
public boolean antialias()
antialias
in interface PaintInstructor
public Box getLimitBox()
getLimitBox
in interface PaintInstructor
public void instruct(Painter p)
instruct
in interface PaintInstructor
public DataHandler getCoHandler()
getCoHandler
in interface DataHandler
public boolean hasData()
hasData
in interface DataHandler
public java.lang.String getXAxisLabel()
getXAxisLabel
in interface DataHandler
public java.lang.String getYAxisLabel()
getYAxisLabel
in interface DataHandler
public ViewConfig getViewConfig(java.lang.String s)
getViewConfig
in interface DataHandler
public void setZValue(double d)
setZValue
in interface DataHandler
Copyright © 2013. All Rights Reserved.