net.sf.clichart.main
Class Main
java.lang.Object
net.sf.clichart.main.Main
public class Main
- extends java.lang.Object
Main class for executing clichart from the command line, and for use as a library.
Can also be used to drive clichart from Java, as a library. Several of the methods can be overridden by
a subclass if required.
The incoming data is parsed by a DataParser, which has an AbstractChartBuilder linked to it as a data sink for
each chart axis. Once parsing of the data is finished, the chart builder is responsible for building the chart
on request.
- Author:
- johnd
|
Constructor Summary |
Main()
|
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(java.lang.String[] args)