All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----com.ibm.eou.swingchart.Chart
|
+----com.ibm.eou.swingchart.UniversalChart
The chart type is determined by the value of property chartType.
See superclass Chart for properties that control the content and presentation of the chart.
public UniversalChart()
public static String copyright()
public int getChartType()
protected void paintChart(Graphics g,
ChartData data,
ChartMetrics metrics)
public void setChartType(int chartType)
All Packages Class Hierarchy This Package Previous Next Index