Package bookExamples.ch27BusinessGraphics.charts

Interface Summary
Paintable Drawable is an interface which overrides the Component's default paint method with a paint method defined in BarGraph, LineGraph or PieGraph.
 

Class Summary
BarGraph BarGraph implements the Drawable interface to draw a bar graphics.graph on a frame.
DoubleDataBean DoubleDataBean is the base class which is required in order to draw any graphs.
DrawUtil DrawUtil is the drawing utility class which draws the actual graphs and their labels.
GraphFrame  
LineGraph LineGraph implements the Drawable interface to draw a line graphics.graph on a frame.
Lut ColorUtils generates bright colors for each slice of the pie.
Multiplot  
PieGraph PieGraph implements the Drawable interface and uses the update method to draw a pie graphics.graph on a Canvas.
Ticks