Package net.sf.clichart.chart

This package contains classes for creating JFreeChart charts based on data events.

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
 

Package net.sf.clichart.chart Description

This package contains classes for creating JFreeChart charts based on data events.

To use this package directly, you would:

See the net.sf.clichart.main package for examples of using these classes.