org.jfree.chart.demo
Class PieChartDemo1
ApplicationFrameorg.jfree.chart.demo.PieChartDemo1
A simple demonstration application showing how to create a pie chart using
data from a
DefaultPieDataset.
static JPanel | createDemoPanel()- Creates a panel for the demo (used by SuperDemo.java).
|
static void | main(String[] args)- Starting point for the demonstration application.
|
PieChartDemo1
public PieChartDemo1(String title)
Default constructor.
createDemoPanel
public static JPanel createDemoPanel()
Creates a panel for the demo (used by SuperDemo.java).
main
public static void main(String[] args)
Starting point for the demonstration application.