Inheritance diagram for org.math.plot.plots.BoxPlot3D:
Definition at line 7 of file BoxPlot3D.java.
Public Member Functions | |
BoxPlot3D (double[][] _XY, double[][] w, Color c, String n) | |
void | plot (AbstractDrawer draw, Color c) |
Override void | setData (double[][] d) |
Override double[][] | getData () |
void | setDataWidth (double[][] w) |
double[][] | getDataWidth () |
void | setData (double[][] d, double[][] w) |
double[] | isSelected (int[] screenCoordTest, AbstractDrawer draw) |
Package Attributes | |
double[] | Xmin |
double[] | Xmax |
double[] | Ymin |
double[] | Ymax |
double[] | Zmin |
double[] | Zmax |
double[][] | widths |
double[][] | XY |