Inheritance diagram for org.math.plot.plots.CloudPlot2D:
Definition at line 15 of file CloudPlot2D.java.
Public Member Functions | |
CloudPlot2D (String n, Color c, double[][] _XYcard, double wX, double wY) | |
void | plot (AbstractDrawer draw, Color c) |
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[][] | NW |
double[][] | NE |
double[][] | SW |
double[][] | SE |
double[] | width_constant = { -1, -1 } |
double[][] | XY |
float[] | f |
boolean | fill_shape = true |