de.progra.charting |
|
Java Source File Name | Type | Comment |
AbstractChart.java | Class | Implements the standard getter and setter methods for a chart. |
Axis.java | Class | The CoordSystem contains two or possibly three Axis objects for the x-axis
and the at most two y-axis. |
Chart.java | Interface | This class defines the methods to access a chart. |
ChartEncoder.java | Class | The ChartEncoder class provides several static methods to encode
charts to an OutputStream. |
ChartUtilities.java | Class | This class offers multiple static methods to perform mathematical
operations concerning the Chart, e.g. |
CoordSystem.java | Class | This class defines a coordinate system. |
CoordSystemUtilities.java | Class | This class provides some utility functions for a CoordSystem. |
DefaultChart.java | Class | The Default class to create a chart. |
EncodingException.java | Class | This class encapsulates all image encoding exceptions. |
Legend.java | Class | This class implements a Chart's Legend. |
PointToPixelTranslator.java | Interface | This interface defines the methods necessary to translate data values
into pixel coordinates. |
Title.java | Class | This class contains the Chart Title. |