public class

TimeSeriesChartDemo1

extends ApplicationFrame
java.lang.Object
   ↳ ApplicationFrame
     ↳ org.jfree.chart.demo.TimeSeriesChartDemo1

Class Overview

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.

Summary

Public Constructors
TimeSeriesChartDemo1(String title)
A demonstration application showing how to create a simple time series chart.
Public Methods
static JPanel createDemoPanel()
Creates a panel for the demo (used by SuperDemo.java).
static void main(String[] args)
Starting point for the demonstration application.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TimeSeriesChartDemo1 (String title)

A demonstration application showing how to create a simple time series chart. This example uses monthly data.

Parameters
title the frame title.

Public Methods

public static JPanel createDemoPanel ()

Creates a panel for the demo (used by SuperDemo.java).

Returns
  • A panel.

public static void main (String[] args)

Starting point for the demonstration application.

Parameters
args ignored.