Class PieChart

Class PieChart

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----AllChart
                           |
                           +----PieChart

public class PieChart
extends AllChart

Constructor Index

 o PieChart()

Method Index

 o AdjustAngle()
 o calculateMargin()
 o drawChart(Graphics)
 o initChart(String, String[], float[])
 o printLegend(Graphics, int)

Constructors

 o PieChart
  public PieChart()

Methods

 o calculateMargin
  protected void calculateMargin()
Overrides:
calculateMargin in class AllChart
 o drawChart
  public void drawChart(Graphics g)
Overrides:
drawChart in class AllChart
 o AdjustAngle
  public void AdjustAngle()
 o initChart
  public boolean initChart(String Title,
                           String XLabels[],
                           float YValues[])
Overrides:
initChart in class AllChart
 o printLegend
  public void printLegend(Graphics g,
                          int i)