Header
And More


org.jfree.chart.demo
Class PieChartDemo1

java.lang.Object
  extended by ApplicationFrame
      extended by org.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.


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.

Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.