mavis.gui
Interface Plot

All Known Implementing Classes:
AbstractPlot, IntensityPlot, StereoPlot, ZijderveldPlot

public interface Plot

Interface for all the plots to implement


Method Summary
 void add(MeasurementStep measurement)
          Adds new measurement data to plot.
 int getNumMeasurements()
          Returns the number of measurements in this graph.
 void reset()
          Removes all measurements from the graph.
 

Method Detail

add

void add(MeasurementStep measurement)
Adds new measurement data to plot.

Parameters:
measurement - MeasurementStep to be added to this graph

reset

void reset()
Removes all measurements from the graph.


getNumMeasurements

int getNumMeasurements()
Returns the number of measurements in this graph.

Returns:
Number of measurements.