org.jfree.chart.demo
public class PieChartDemo1 extends ApplicationFrame
Constructor Summary | |
---|---|
PieChartDemo1(String title)
Default constructor.
|
Method Summary | |
---|---|
static JPanel | createDemoPanel()
Creates a panel for the demo (used by SuperDemo.java).
|
static void | main(String[] args)
Starting point for the demonstration application.
|
Parameters: title the frame title.
Returns: A panel.
Parameters: args ignored.