bookExamples.ch27BusinessGraphics.charts
Interface Paintable

All Known Implementing Classes:
BarGraph, LineGraph, PieGraph, Ticks

public interface Paintable

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

Since:
JDK 1.3
Author:
Allison McHenry, Douglas Lyon, PhD

Method Summary
 void paint(java.awt.Graphics g)
           
 

Method Detail

paint

void paint(java.awt.Graphics g)