|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ChartGenerator
Interface for a stateful object that can generate a chart when asked
| Method Summary | |
|---|---|
void |
clear()
Clear all set options. |
void |
generateChart(Options options)
Parse the provided data (from the supplied input file within the options, or from stdin if null), and either display a chart in an interactive window or save it to a file (depending on the present of an output path in the options). |
| Method Detail |
|---|
void generateChart(Options options)
throws java.io.IOException,
InvalidDataException,
InvalidOptionsException,
ChartSaverException
options - Options used for parsing data and generating chart
java.io.IOException - If not able to read input data or write chart
InvalidDataException - Input data was invalid (or didn't match the options provided)
InvalidOptionsException
ChartSaverExceptionvoid clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||