Class XYSeriesDemo2

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

public class XYSeriesDemo2
extends org.jfree.ui.ApplicationFrame
Demo for XYSeries, where all the y values are the same.
See Also:
Serialized Form
  • Constructor Details

    • XYSeriesDemo2

      public XYSeriesDemo2​(String title)
      A demonstration application showing an XYSeries where all the y-values are the same.
      Parameters:
      title - the frame title.
  • Method Details

    • main

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