Package net.sf.clichart.main

This package contains classes used to generate charts from the command-line, whether interactively (with the chart displayed in a GUI window) or autmatically (with the chart saved to a nominated file).

See:
          Description

Interface Summary
ChartGenerator Interface for a stateful object that can generate a chart when asked
ChartGeneratorFactory  
 

Class Summary
ChartFrame A very simple window for showing a chart, with a menu item to save the chart.
CliOptionDefinitions Defines all options available via the CLI.
CliOptions Options implementation for options provided on the command-line, and parsed using commons CLI
DefaultChartGenerator Default implementation of the ChartGenerator
DefaultChartGeneratorFactory  
FixedHelpFormatter When printing a help string, the HelpFormatter class in commons cli only shows one option that has no short option.
Main Main class for executing clichart from the command line, and for use as a library.
OptionParser Used to parse the command line into options and arguments.
 

Exception Summary
InvalidOptionsException Wrapper for the Commons CLI ParseException, thrown to indicate that the options provided on the command-line weren't valid
ShowUsageException Thrown to indicate that the usage screen should be shown, then the application should terminate
 

Package net.sf.clichart.main Description

This package contains classes used to generate charts from the command-line, whether interactively (with the chart displayed in a GUI window) or autmatically (with the chart saved to a nominated file).

The DefaultChartGenerator class is also the one you want if you're using clichart as a library.