Package samer.tools
Class ScatterPlot
- java.lang.Object
-
- samer.core.util.heavy.VCanvas
-
- samer.tools.Plotter
-
- samer.tools.ScatterPlot
-
- All Implemented Interfaces:
- java.util.Observer
public class ScatterPlot extends Plotter implements java.util.Observer
Builds up a 2D joint histogram of 2 elements of a vector.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class samer.tools.Plotter
Plotter.Pen
-
-
Field Summary
Fields Modifier and Type Field and Description VDouble
alpha
VDouble
fade
VDouble
marksz
-
Constructor Summary
Constructors Constructor and Description ScatterPlot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
void
fade()
void
paint(java.awt.Graphics g)
void
plot(double x, double y)
protected void
sized()
void
update(java.awt.Graphics g)
void
update(java.util.Observable o, java.lang.Object a)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class samer.tools.Plotter
clear, drawAxes, exposeMaps, getPen, getPen, getPreferredSize, setAxes, setAxesColor
-
-