diagapplet
Class plotSetPreserve

java.lang.Object
  extended by diagapplet.plotSetPreserve

public class plotSetPreserve
extends java.lang.Object

Stores all of the information kept between sessions about a single PlotSet by the diagnostics tool. Everything is accessed though getter/setter functions to be compatible with XMLDecoder/XMLEncoder as the files are saved in XML


Constructor Summary
plotSetPreserve()
          Creates a new instance of plotSetPreserve
 
Method Summary
 int getFuncArg()
          Getter for property funcArg.
 int getGraphFunction()
          Getter for property graphFunction.
 java.util.Vector<plotTrackerPreserve> getPlotList()
          Getter for property plotList.
 void setFuncArg(int funcArg)
          Setter for property funcArg.
 void setGraphFunction(int graphFunction)
          Setter for property graphFunction.
 void setPlotList(java.util.Vector<plotTrackerPreserve> plotList)
          Setter for property plotList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

plotSetPreserve

public plotSetPreserve()
Creates a new instance of plotSetPreserve

Method Detail

getPlotList

public java.util.Vector<plotTrackerPreserve> getPlotList()
Getter for property plotList.

Returns:
Value of property plotList.

setPlotList

public void setPlotList(java.util.Vector<plotTrackerPreserve> plotList)
Setter for property plotList.

Parameters:
plotList - New value of property plotList.

getGraphFunction

public int getGraphFunction()
Getter for property graphFunction.

Returns:
Value of property graphFunction.

setGraphFunction

public void setGraphFunction(int graphFunction)
Setter for property graphFunction.

Parameters:
graphFunction - New value of property graphFunction.

getFuncArg

public int getFuncArg()
Getter for property funcArg.

Returns:
Value of property funcArg.

setFuncArg

public void setFuncArg(int funcArg)
Setter for property funcArg.

Parameters:
funcArg - New value of property funcArg.