Class XYStepAreaChartDemo

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

public class XYStepAreaChartDemo
extends org.jfree.ui.ApplicationFrame
implements ActionListener
A simple demonstration application showing how to create a step area chart.
Author:
Matthias Rose
See Also:
Serialized Form
  • Constructor Details

    • XYStepAreaChartDemo

      public XYStepAreaChartDemo​(String title)
      Creates a new demo.
      Parameters:
      title - the frame title.
  • Method Details

    • actionPerformed

      public void actionPerformed​(ActionEvent evt)
      Change options according to settings.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      evt - the event.
    • main

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