Inheritance diagram for org.math.plot.plots.HistogramPlot2D:
Definition at line 8 of file HistogramPlot2D.java.
Public Member Functions | |
HistogramPlot2D (String n, Color c, double[][] _XY, double w) | |
HistogramPlot2D (String n, Color c, double[][] _XY, double[] w) | |
HistogramPlot2D (String n, Color c, double[][] _XY, double w, double _offsetCenter_perWidth, double _factorWidth) | |
HistogramPlot2D (String n, Color c, double[][] _XY, double[] w, double _offsetCenter_perWidth, double _factorWidth) | |
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[][] | topLeft |
double[][] | topRight |
double[][] | bottomLeft |
double[][] | bottomRight |
double[] | widths |
double | width_constant = -1 |
double | offsetCenter_perWidth |
double | factorWidth |
boolean | autowidth |
boolean | fill_shape = true |
double[][] | XY |