Package com.approximatrix.charting.coordsystem

Interface Summary
CoordSystem Interface defining a Coordinate System object that both provides calculation functionality for determining data-space to graphics-space transformation as well as actual rendering of axes and tick marks.
 

Class Summary
AbstractCoordSystem Implements some common components of a Coordinate System object.
BoxCoordSystem Coordinate system that renders as a box around the entire graph area.
ClassicCoordSystem This class defines a coordinate system.
ClassicCoordSystemUtilities This class provides some utility functions for a ClassicCoordSystem.
CoordSystemUtilities Static class used by Charts for defining and building the default coordinate system throughout Openchart2.
InvisibleCoordSystem Implements a complete calculating coordinate system via extending ClassicCoordSystem, but overrides the drawing to hide the actual coordinate system on viewable Graphics2D objects.