Class TimePeriodValuesDemo

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.jfree.ui.ApplicationFrame
org.jfree.chart.demo.TimePeriodValuesDemo
All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class TimePeriodValuesDemo
extends org.jfree.ui.ApplicationFrame
An example of....
See Also:
Serialized Form
  • Constructor Details

    • TimePeriodValuesDemo

      public TimePeriodValuesDemo​(String title)
      A demonstration application showing how to....
      Parameters:
      title - the frame title.
  • Method Details

    • createDataset1

      public XYDataset createDataset1()
      Creates a dataset, consisting of two series of monthly data.
      Returns:
      the dataset.
    • createDataset2

      public XYDataset createDataset2()
      Creates a dataset, consisting of two series of monthly data.
      Returns:
      the dataset.
    • main

      public static void main​(String[] args)
      Starting point for the demonstration application.
      Parameters:
      args - ignored.