org.jfree.experimental.chart.swt.demo
Class SWTMultipleAxisDemo1

java.lang.Object
  extended by org.jfree.experimental.chart.swt.demo.SWTMultipleAxisDemo1

public class SWTMultipleAxisDemo1
extends java.lang.Object

This demo shows a time series chart that has multiple range axes.


Constructor Summary
SWTMultipleAxisDemo1()
           
 
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

SWTMultipleAxisDemo1

public SWTMultipleAxisDemo1()
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.