Package net.moioli.chart

Interface Summary
ChartI  
DrawableI An object which can be drawn on a DefaultChart.
GraphicsI A common interface for the basic graphic operations that need to be implemented for DefaultChart to work properly.
 

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.