org.jfree.chart.demo
Class TimeSeriesChartDemo1

java.lang.Object
  extended byApplicationFrame
      extended byorg.jfree.chart.demo.TimeSeriesChartDemo1

public class TimeSeriesChartDemo1
extends ApplicationFrame

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.

See Also:
Serialized Form

Constructor Summary
TimeSeriesChartDemo1(java.lang.String title)
          A demonstration application showing how to create a simple time series chart.
 
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

TimeSeriesChartDemo1

public TimeSeriesChartDemo1(java.lang.String title)
A demonstration application showing how to create a simple time series chart. This example uses monthly data.

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.