org.gcube.contentmanagement.graphtools.plotting.demo
Class SpiderWebDemo1

java.lang.Object
  extended by ApplicationFrame
      extended by org.gcube.contentmanagement.graphtools.plotting.demo.SpiderWebDemo1

public class SpiderWebDemo1
extends ApplicationFrame

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


Constructor Summary
SpiderWebDemo1(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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpiderWebDemo1

public SpiderWebDemo1(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.