All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingchart.ScatterChart

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

public class ScatterChart
extends Chart
Use this bean to draw a scatter bar chart.

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


Constructor Index

 o ScatterChart()

Method Index

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

Constructors

 o ScatterChart
 public ScatterChart()

Methods

 o copyright
 public static String copyright()
IBM copyright

 o paintChart
 protected void paintChart(Graphics g,
                           ChartData data,
                           ChartMetrics metrics)
Paint scatter 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