|
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. |