Interface | Description |
---|---|
DataCuller |
This is meant to accomodate an on-line algorithm for keeping a constant number of data points
from an on-going time series.
|
Class | Description |
---|---|
BarChartGenerator |
A ChartGenerator for Bar Charts.
|
BarChartSeriesAttributes |
A SeriesAttributes used for user control of bar chart series created with BarChartGenerator.
|
BoxAndWhiskerTimeSeriesAttributes | |
BoxAndWhiskerTimeSeriesChartGenerator | |
BoxPlotGenerator |
BoxPlotGenerator is a ChartGenerator which displays a BoxPlot using the JFreeChart library.
|
BoxPlotSeriesAttributes |
A SeriesAttributes used for user control of BoxPlot series created with BoxPlotGenerator.
|
BubbleChartGenerator | |
BubbleChartSeriesAttributes | |
ChartGenerator |
ChartGenerator is a JPanel which displays a chart using the JFreeChart library.
|
ChartGenerator.UniqueString | |
HistogramGenerator |
HistogramGenerator is a ChartGenerator which displays a histogram using the JFreeChart library.
|
HistogramSeriesAttributes |
A SeriesAttributes used for user control of histogram series created with HistogramGenerator.
|
LineFittingLogLogHistogramGenerator | |
LineFittingLogLogUnitWideBinHistogramGenerator | |
LogLogLinearTrendAttributes |
I add the equation of the loglog line and the R^2.
|
MinGapDataCuller |
This is meant as an on-line algorithm for keeping a constant number of data points
from an on-going time series.
|
NumberXBoxAndWhiskerXYDataset |
This is an alternative to JFreeChart's DefaultBoxAndWhiskerXYDataset, which
use Date for X values.
|
NumberXBoxAndWhiskerXYDataset.XvalueAndBoxAndWhiskerItem | |
PieChartGenerator |
A ChartGenerator for Pie Charts.
|
PieChartSeriesAttributes |
A SeriesAttributes used for user control of pie chart series created with PieChartGenerator.
|
ScatterPlotGenerator | |
ScatterPlotSeriesAttributes | |
SeriesAttributes |
The superclass for the series-attributes widgets used by subclasses of ChartGenerator to let the user
control individual series' features.
|
TimeSeriesAttributes |
A SeriesAttributes used for user control pf time series created with TimeSeriesCharGenerator.
|
TimeSeriesChartGenerator |
TimeSeriesChartGenerator is a ChartGenerator which displays a time-series chart using the JFreeChart library.
|
XYChartGenerator |
An abstract subclass of ChartGenerator for charts which involve X-Y data, such
as Time Series, Histograms, and Scatter Plots.
|