|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiagapplet.plotSetPreserve
public class plotSetPreserve
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 |
---|
public plotSetPreserve()
Method Detail |
---|
public java.util.Vector<plotTrackerPreserve> getPlotList()
public void setPlotList(java.util.Vector<plotTrackerPreserve> plotList)
plotList
- New value of property plotList.public int getGraphFunction()
public void setGraphFunction(int graphFunction)
graphFunction
- New value of property graphFunction.public int getFuncArg()
public void setFuncArg(int funcArg)
funcArg
- New value of property funcArg.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |