Package com.approximatrix.charting

Interface Summary
Chart This class defines the methods to access a chart.
GenericChart This class defines the methods to access a chart.
 

Class Summary
AbstractChart Implements the standard getter and setter methods for a chart.
Axis The CoordSystem contains two or possibly three Axis objects for the x-axis and the at most two y-axis.
BufferedChart BufferedChart creates a chart that renders only once to a buffered image, then simply displays the image rather than performing a full chart rendering.
ChartEncoder The ChartEncoder class provides several static methods to encode charts to an OutputStream.
ChartUtilities This class offers multiple static methods to perform mathematical operations concerning the Chart, e.g.
CoordSystem This class defines a coordinate system.
CoordSystemUtilities This class provides some utility functions for a CoordSystem.
DefaultChart The Default class to create a chart.
ExtendedChart  
Legend This class implements a Chart's Legend.
SimpleStrokeDefs Defines basic strokes for line drawing in a convenient manner.
Title This class contains the Chart Title.
 

Exception Summary
EncodingException This class encapsulates all image encoding exceptions.