Inheritance diagram for org.math.plot.plots.ScatterPlot:
Definition at line 10 of file ScatterPlot.java.
Public Member Functions | |
ScatterPlot (String n, Color c, boolean[][] _pattern, double[][] _XY) | |
ScatterPlot (String n, Color c, int _type, int _radius, double[][] _XY) | |
ScatterPlot (String n, Color c, double[][] _XY) | |
void | plot (AbstractDrawer draw, Color c) |
void | setDotPattern (int t) |
void | setDotPattern (boolean[][] t) |
Override void | setData (double[][] d) |
Override double[][] | getData () |
double[] | isSelected (int[] screenCoordTest, AbstractDrawer draw) |
Static Public Member Functions | |
static void | main (String[] args) |
Package Attributes | |
double[][] | XY |