Class TimeSeriesDemo4

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.TimeSeriesDemo4
All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class TimeSeriesDemo4
extends org.jfree.ui.ApplicationFrame
An example of a time series chart using hourly data and including a null value. The plot has an image set for the background, and a blue range marker is added to the plot.
See Also:
Serialized Form
  • Constructor Details

    • TimeSeriesDemo4

      public TimeSeriesDemo4​(String title)
      A demonstration application showing a quarterly time series containing a null value.
      Parameters:
      title - the frame title.
  • Method Details

    • main

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