Serialized Form
Class Cosmo implements Serializable |
casePane
java.awt.Panel casePane
cl
java.awt.CardLayout cl
dataPointPane
java.awt.Panel dataPointPane
graph
GraphPane graph
- The graphing pane on which the output will be plotted
inputPane
java.awt.Panel inputPane
isNew
boolean isNew
paneHeight
double paneHeight
- The height of the graph in pixels
currently hard-coded due to incompatibility issues
paneWidth
double paneWidth
- The width of the graph in pixels
currently hard-coded due to incompatibility issues
traceCase
int traceCase
- The index of the case that is currently being traced
traceX
double traceX
- The tracing point, tracked in data coordinates
traceY
double traceY
- The tracing point, tracked in data coordinates
xLabel
java.lang.String xLabel
- The text label for the horizontal axis
xMax
double xMax
- The maximum value on the horizontal axis in the visible graph
xMin
double xMin
- The minimum value on the horizontal axis in the visible graph
yLabel
java.lang.String yLabel
- The text label for the vertical axis
yMax
double yMax
- The maximum value on the vertical axis in the visible graph
yMin
double yMin
- The minimum value on the vertical axis in the visible graph