All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingchart.StackChart

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----com.ibm.eou.swingchart.Chart
                                   |
                                   +----com.ibm.eou.swingchart.StackChart

public class StackChart
extends Chart
Use this bean to draw a stacked bar chart.

See superclass Chart for properties that control the content and presentation of the chart.


Constructor Index

 o StackChart()

Method Index

 o copyright()
IBM copyright
 o paintChart(Graphics, ChartData, ChartMetrics)
Paint stacked bar chart.

Constructors

 o StackChart
 public StackChart()

Methods

 o copyright
 public static String copyright()
IBM copyright

 o paintChart
 protected void paintChart(Graphics g,
                           ChartData data,
                           ChartMetrics metrics)
Paint stacked bar chart. This method is called by paint. Do not call it directly.

Overrides:
paintChart in class Chart

All Packages  Class Hierarchy  This Package  Previous  Next  Index