Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ikayaki.gui.Plot Interface Reference

Inheritance diagram for ikayaki.gui.Plot:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void add (MeasurementStep measurement)
void reset ()
int getNumMeasurements ()

Detailed Description

Interface for all the plots to implement

Author:
Aki Sysmäläinen

Definition at line 33 of file Plot.java.


Member Function Documentation

void ikayaki.gui.Plot.add MeasurementStep  measurement  ) 
 

Adds new measurement data to plot.

Parameters:
measurement MeasurementStep to be added to this graph

Implemented in ikayaki.gui.IntensityPlot, and ikayaki.gui.StereoPlot.

Referenced by ikayaki.gui.PrintPanel.$$setupUI(), ikayaki.gui.PrintPanel.PrintPanel(), and ikayaki.gui.PrintPanel.setOpaque().

int ikayaki.gui.Plot.getNumMeasurements  ) 
 

Returns the number of measurements in this graph.

Returns:
Number of measurements.

Implemented in ikayaki.gui.IntensityPlot, and ikayaki.gui.StereoPlot.

void ikayaki.gui.Plot.reset  ) 
 

Removes all measurements from the graph.

Implemented in ikayaki.gui.IntensityPlot, and ikayaki.gui.StereoPlot.

Referenced by ikayaki.gui.PrintPanel.PrintPanel().


The documentation for this interface was generated from the following file:
Generated on Fri May 6 16:01:05 2005 for Squid by  doxygen 1.4.1