org.jfree.chart.demo
Class PieChartDemo1

java.lang.Object
  extended byApplicationFrame
      extended byorg.jfree.chart.demo.PieChartDemo1

public class PieChartDemo1
extends ApplicationFrame

A simple demonstration application showing how to create a pie chart using data from a DefaultPieDataset.

See Also:
Serialized Form

Constructor Summary
PieChartDemo1(java.lang.String title)
          Default constructor.
 
Method Summary
static javax.swing.JPanel createDemoPanel()
          Creates a panel for the demo (used by SuperDemo.java).
static void main(java.lang.String[] args)
          Starting point for the demonstration application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChartDemo1

public PieChartDemo1(java.lang.String title)
Default constructor.

Parameters:
title - the frame title.
Method Detail

createDemoPanel

public static javax.swing.JPanel createDemoPanel()
Creates a panel for the demo (used by SuperDemo.java).

Returns:
A panel.

main

public static void main(java.lang.String[] args)
Starting point for the demonstration application.

Parameters:
args - ignored.