Class XYSeriesDemo

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

public class XYSeriesDemo
extends org.jfree.ui.ApplicationFrame
A simple demo showing a dataset created using the XYSeriesCollection class.
See Also:
Serialized Form
  • Constructor Details

    • XYSeriesDemo

      public XYSeriesDemo​(String title)
      A demonstration application showing an XY 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.