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

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

public class SWTTimeSeriesDemo
extends java.lang.Object

An example of a time series chart. For the most part, default settings are used, except that the renderer is modified to show filled shapes (as well as lines) at each data point.


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

SWTTimeSeriesDemo

public SWTTimeSeriesDemo()
Method Detail

main

public static void main(java.lang.String[] args)
Starting point for the demonstration application.

Parameters:
args - ignored.