Class CombinedXYPlotDemo3

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

public class CombinedXYPlotDemo3
extends org.jfree.ui.ApplicationFrame
A demonstration application showing how to create a combined chart using...
See Also:
Serialized Form
  • Constructor Details

    • CombinedXYPlotDemo3

      public CombinedXYPlotDemo3​(String title)
      Constructs a new demonstration application.
      Parameters:
      title - the frame title.
  • Method Details

    • main

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