add(double[] data) | HistogramSeriesCollection | |
add(double[] data, int numPoints) | HistogramSeriesCollection | |
add(DoubleArrayList observationSet) | HistogramSeriesCollection | |
add(TallyStore tally) | HistogramSeriesCollection | |
detectXColorClassic(Color color) | SSJXYSeriesCollection | protectedstatic |
filled (defined in HistogramSeriesCollection) | HistogramSeriesCollection | protected |
getBins(int series) | HistogramSeriesCollection | |
getColor(int series) | SSJXYSeriesCollection | |
getDefaultColor(int index) | SSJXYSeriesCollection | protectedstatic |
getDomainBounds() | SSJXYSeriesCollection | |
getFilled(int series) | HistogramSeriesCollection | |
getMargin() | HistogramSeriesCollection | |
getOutlineWidth(int series) | HistogramSeriesCollection | |
getRangeBounds() | SSJXYSeriesCollection | |
getRenderer() | SSJXYSeriesCollection | |
getSeriesCollection() | HistogramSeriesCollection | |
getValues(int series) | HistogramSeriesCollection | |
getValuesList(int series) | HistogramSeriesCollection | |
getX(int series, int index) | SSJXYSeriesCollection | |
getY(int series, int index) | SSJXYSeriesCollection | |
HistogramSeriesCollection() | HistogramSeriesCollection | |
HistogramSeriesCollection(double[]... data) | HistogramSeriesCollection | |
HistogramSeriesCollection(double[] data, int numPoints) | HistogramSeriesCollection | |
HistogramSeriesCollection(DoubleArrayList... data) | HistogramSeriesCollection | |
HistogramSeriesCollection(TallyStore... tallies) | HistogramSeriesCollection | |
HistogramSeriesCollection(TallyHistogram... tallies) | HistogramSeriesCollection | |
HistogramSeriesCollection(CustomHistogramDataset data) | HistogramSeriesCollection | |
lineWidth (defined in HistogramSeriesCollection) | HistogramSeriesCollection | protected |
max(double[] t) (defined in SSJXYSeriesCollection) | SSJXYSeriesCollection | protectedstatic |
min(double[] t) (defined in SSJXYSeriesCollection) | SSJXYSeriesCollection | protectedstatic |
numBin (defined in HistogramSeriesCollection) | HistogramSeriesCollection | protected |
renderer (defined in SSJXYSeriesCollection) | SSJXYSeriesCollection | protected |
seriesCollection (defined in SSJXYSeriesCollection) | SSJXYSeriesCollection | protected |
setBins(int series, int bins) | HistogramSeriesCollection | |
setBins(int series, int bins, double minimum, double maximum) | HistogramSeriesCollection | |
setBins(int series, HistogramBin[] binsTable) | HistogramSeriesCollection | |
setColor(int series, Color color) | SSJXYSeriesCollection | |
setFilled(int series, boolean filled) | HistogramSeriesCollection | |
setMargin(double margin) | HistogramSeriesCollection | |
setOutlineWidth(int series, double outline) | HistogramSeriesCollection | |
setRenderer(XYItemRenderer renderer) | SSJXYSeriesCollection | |
setValues(int series, List valuesList) | HistogramSeriesCollection | |
setValues(int series, double[] values) | HistogramSeriesCollection | |
toLatex(double XScale, double YScale, double XShift, double YShift, double xmin, double xmax, double ymin, double ymax) (defined in HistogramSeriesCollection) | HistogramSeriesCollection | |
toString() | SSJXYSeriesCollection | |