All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MSBChart.PiePlotter

java.lang.Object
   |
   +----MSBChart.ChartComponent
           |
           +----MSBChart.Plotter
                   |
                   +----MSBChart.PiePlotter

public class PiePlotter
extends Plotter

Plotter used to create a pie chart. It only admits DataSeries of type PieDataSerie.

Example:

// plotter
MSBChart.PiePlotter plot=new PiePlotter();
plot.addSerie(data1);

 


Variable Index

 o drawRadius
 o effect3D
 o radiusModifier

Constructor Index

 o PiePlotter()

Variables

 o radiusModifier
 public double radiusModifier

modifies the size of the pie. The default value is 1. A value of 0.5 will create a pie half the size of the default.

 
 o drawRadius
 public boolean drawRadius
if true the radius lines will be displayed.
 o effect3D
 public boolean effect3D


Constructors

 o PiePlotter
 public PiePlotter()
creates a pir plotter.

All Packages  Class Hierarchy  This Package  Previous  Next  Index