Class Summary |
AbstractChart |
An AbstractChart is a Collection of drawable objects (instances of classes
implementing the DrawableI interface). |
DefaultChart |
A simple yet complete implementation of the ChartI interface. |
IntPoint |
Represents a point on a cartesian plane with integer coordinate. |
IntRectangle |
Represents a rectangle on a cartesian plane with integer coordinate. |
Scale |
Collects some of the necessary data for the DrawableI objects to be drawn on
a DefaultChart, and provides common methods to calculate some scale parameters. |