Inheritance diagram for org.math.plot.plots.HistogramPlot3D:
Definition at line 8 of file HistogramPlot3D.java.
Public Member Functions | |
HistogramPlot3D (String n, Color c, double[][] _XY, double[][] w) | |
HistogramPlot3D (String n, Color c, double[][] _XY, double wX, double wY) | |
HistogramPlot3D (String n, Color c, double[][] _XY, double[] w) | |
void | plot (AbstractDrawer draw, Color c) |
Override void | setData (double[][] d) |
Override double[][] | getData () |
void | setDataWidth (double[][] w) |
void | setDataWidth (double...w) |
double[][] | getDataWidth () |
void | setData (double[][] d, double[][] w) |
void | setData (double[][] d, double...w) |
double[] | isSelected (int[] screenCoordTest, AbstractDrawer draw) |
Static Public Member Functions | |
static void | main (String[] args) |
Package Attributes | |
double[][] | topNW |
double[][] | topNE |
double[][] | topSW |
double[][] | topSE |
double[][] | bottomNW |
double[][] | bottomNE |
double[][] | bottomSW |
double[][] | bottomSE |
double[][] | widths |
double[] | width_constant = { -1, -1 } |
double[][] | XY |
boolean | fill_shape = true |