| org.jfree.chart.demo.PieChartDemo1
PieChartDemo1 | public class PieChartDemo1 extends ApplicationFrame (Code) | | A simple demonstration application showing how to create a pie chart using
data from a
DefaultPieDataset .
|
Method Summary | |
public static JPanel | createDemoPanel() Creates a panel for the demo (used by SuperDemo.java). | public static void | main(String[] args) Starting point for the demonstration application. |
PieChartDemo1 | public PieChartDemo1(String title)(Code) | | Default constructor.
Parameters: title - the frame title. |
createDemoPanel | public static JPanel createDemoPanel()(Code) | | Creates a panel for the demo (used by SuperDemo.java).
A panel. |
main | public static void main(String[] args)(Code) | | Starting point for the demonstration application.
Parameters: args - ignored. |
|
|