Source folders organisation:
- api holds the API sources
- bridge holds classes to ease injection of components from a given windowing toolkit to another one (awt, swing, swt, newt)
- tests holds
- ChartTest, a tool to compare a chart with a previously saved screenshot
- Replay, a utility to record and validate a sequence of mouse and key interactions results on a chart (work in progress)
- awt and swing hold Windowing toolkit dependent classes.
- Will be moved soon to external module as jzy3d-swt.
- Maven: pom.xml, with dependency on parent artifact jzy3d-master
- Eclipse: .project & .classpath files, generated by command "mvn eclipse:eclipse"
- Ant: build.xml
- Javadoc: javadoc.xml
New BSD