Method Summary |
|
public void | addGraphAccumListener(GraphAccumListener listener) Adds a feature to the ModelListener attribute of the GraphAccumModel
object. |
public void | addNewSample(SampleResult res) Add the new sample to the results. |
public void | clearData() Clear the results. |
protected void | fireDataChanged() Depending on whether the graph needs to be rescale call the appropriate
methods. |
public List | getList() Gets the List attribute of the GraphAccumModel object. |
public long | getMax() Gets the Max attribute of the GraphAccumModel object. |
public String | getName() Gets the Name attribute of the GraphModel object. |
public int | getSampleCount() Gets the SampleCount attribute of the GraphAccumModel object. |
protected void | quickUpdate(SampleResult s) The sample to be added did not exceed the current set of samples so do
not need to rescale graph. |
public void | setName(String name) Sets the Name attribute of the GraphModel object. |