Public Member Functions | |
void | add (MeasurementStep step) |
void | reset () |
int | getNumMeasurements () |
void | render (int w, int h, Graphics2D g2) |
Private Attributes | |
Vector< Point2D > | points = new Vector<Point2D>() |
Project | project = null |
Definition at line 38 of file IntensityPlot.java.
|
Adds one measurement step to this graph and converts the data to x- and y- coordinates Implements ikayaki.gui.Plot. Definition at line 50 of file IntensityPlot.java. References ikayaki.MeasurementStep.getProject(), ikayaki.MeasurementStep.getStepValue(), ikayaki.Project.getValue(), ikayaki.gui.null, ikayaki.gui.IntensityPlot.points, ikayaki.gui.IntensityPlot.project, and ikayaki.gui.value. |
Here is the call graph for this function:
|
Returns the number of points in this graph.
Implements ikayaki.gui.Plot. Definition at line 73 of file IntensityPlot.java. References ikayaki.gui.IntensityPlot.points. |
|
Draws the contents of the plot
Implements ikayaki.gui.AbstractPlot. Definition at line 84 of file IntensityPlot.java. References ikayaki.gui.IntensityPlot.points, and ikayaki.gui.IntensityPlot.project. |
|
Resets the graph data and repaints its contents. Implements ikayaki.gui.Plot. Definition at line 63 of file IntensityPlot.java. References ikayaki.gui.IntensityPlot.points. |
|
Contains all the data that is shown in this graph. Definition at line 43 of file IntensityPlot.java. Referenced by ikayaki.gui.IntensityPlot.add(), ikayaki.gui.IntensityPlot.getNumMeasurements(), ikayaki.gui.IntensityPlot.render(), and ikayaki.gui.IntensityPlot.reset(). |
|
Definition at line 45 of file IntensityPlot.java. Referenced by ikayaki.gui.IntensityPlot.add(), and ikayaki.gui.IntensityPlot.render(). |