|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| Options | Interface for options container for CLI chart |
| Class Summary | |
|---|---|
| AbstractChartBuilder | Base class for objects that can build and return a chart based on a data series provided by the DataSink interface. |
| ChartSaver | A simple object that can save a chart as either a PNG or JPEG |
| ColourOverride | Represents an override of the chart colour for a particular series in the chart. |
| ColourOverrideOptionParser | Parses command line (or CLI server) option for colour overrides |
| ColumnParseState | A simple data holder to track the state of parsing column data for charts |
| DrawingSupplierWrapper | Wraps a DefaultDrawingSupplier to allow (initially) colours of individual series painters to be overridden |
| OptionsBean | A simple options Java bean, used for tests (?) |
| TimeSeriesChartBuilder | Builder for charts displaying time series (dates, times etc.) |
| XYChartBuilder | Builder for charts with a numeric X axis |
| Exception Summary | |
|---|---|
| ChartSaverException | Thrown to indicate that the path is invalid for saving the chart |
This package contains classes for creating JFreeChart charts based on data events.
To use this package directly, you would:
TimeSeriesChartBuilder (used when
the X axis of your chart will be a date, time or date/time) or an
XYChartBuilder
(used when the X axis is a simple value, or when there is 'no' X value).
DataParser,
although you can call the AbstractChartBuilder.headerParsed(java.lang.String[]) and
AbstractChartBuilder.dataParsed(java.lang.Object, java.lang.Object[], int) methods directly if you wish
AbstractChartBuilder.getChart(net.sf.clichart.chart.Options) to return the
JFreeChart chart. You'll have to pass in an object providing the appropriate options
for generating the chart - either your own implementation of the
Options
interface, or using the OptionsBean.
net.sf.clichart.main package for examples of using these classes.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||