Charts

ChartApplet using the LineChart class. MultiChartApplet

These applets use one or more of three Chart classes:

Each of these classes inherits from the abstract class Chart. Therefore these classes are subclasses of the Chart class. The Chart class is the base class of the three concrete subclasses, LineChart, BarChart and PieChart. Chart itself inherits from javax.swing.JPanel.