Public Member Functions | |
void | add (MeasurementStep step) |
void | reset () |
int | getNumMeasurements () |
void | render (int w, int h, Graphics2D g2) |
Private Member Functions | |
Point2D.Double | toXY (Double decValue, Double incValue) |
Private Attributes | |
Vector< Point2D > | points = new Vector<Point2D>() |
Vector< Boolean > | incSign = new Vector<Boolean>() |
Project | project = null |
Definition at line 39 of file StereoPlot.java.
|
Adds one measurement step to this graph and converts the data to x- and y- coordinates Implements ikayaki.gui.Plot. Definition at line 56 of file StereoPlot.java. References ikayaki.MeasurementStep.getProject(), ikayaki.Project.getValue(), ikayaki.gui.StereoPlot.incSign, ikayaki.gui.null, ikayaki.gui.StereoPlot.points, ikayaki.gui.StereoPlot.project, and ikayaki.gui.StereoPlot.toXY(). |
Here is the call graph for this function:
|
Returns the number of points in this graph.
Implements ikayaki.gui.Plot. Definition at line 105 of file StereoPlot.java. References ikayaki.gui.StereoPlot.points. |
|
Draws the contents of the plot
Implements ikayaki.gui.AbstractPlot. Definition at line 116 of file StereoPlot.java. References ikayaki.gui.StereoPlot.incSign, ikayaki.gui.StereoPlot.points, and ikayaki.gui.StereoPlot.toXY(). |
Here is the call graph for this function:
|
Resets and repaints this plot. Implements ikayaki.gui.Plot. Definition at line 94 of file StereoPlot.java. References ikayaki.gui.StereoPlot.incSign, and ikayaki.gui.StereoPlot.points. |
|
Does the stereoplot projection for given declination and inclination values.
Definition at line 83 of file StereoPlot.java. Referenced by ikayaki.gui.StereoPlot.add(), and ikayaki.gui.StereoPlot.render(). |
|
Contains information if inclination was positive or negative positive = true, negative = false; 0 is positive Definition at line 49 of file StereoPlot.java. Referenced by ikayaki.gui.StereoPlot.add(), ikayaki.gui.StereoPlot.render(), and ikayaki.gui.StereoPlot.reset(). |
|
Contains all the data that is shown in this graph. Definition at line 44 of file StereoPlot.java. Referenced by ikayaki.gui.StereoPlot.add(), ikayaki.gui.StereoPlot.getNumMeasurements(), ikayaki.gui.StereoPlot.render(), and ikayaki.gui.StereoPlot.reset(). |
|
Definition at line 51 of file StereoPlot.java. Referenced by ikayaki.gui.StereoPlot.add(). |