Class OverlaidBarChartDemo

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

public class OverlaidBarChartDemo
extends org.jfree.ui.ApplicationFrame
A simple demonstration application showing how to create a bar chart overlaid with a line chart.
See Also:
Serialized Form
  • Constructor Details

    • OverlaidBarChartDemo

      public OverlaidBarChartDemo​(String title)
      Default constructor.
      Parameters:
      title - the frame title.
  • Method Details

    • main

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