Class CyclicXYPlotDemo

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

public class CyclicXYPlotDemo
extends org.jfree.ui.ApplicationFrame
implements ActionListener
Demo for an XY plot, with a cyclic axis and renderer
Author:
Nicolas Brodu
See Also:
Serialized Form
  • Constructor Details

    • CyclicXYPlotDemo

      public CyclicXYPlotDemo​(String title)
      A demonstration application showing an XY plot, with a cyclic axis and renderer
      Parameters:
      title - the frame title.
  • Method Details

    • main

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

      public void actionPerformed​(ActionEvent e)
      Receives notification of an action event.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - the event.