Class PolarChartDemo

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

public class PolarChartDemo
extends org.jfree.ui.ApplicationFrame
PolarChartDemo demonstrates the capabilities of the PolarPlot.
Author:
Daniel Bridenbecker, Solution Engineering, Inc.
See Also:
Serialized Form
  • Constructor Details

    • PolarChartDemo

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

    • main

      public static void main​(String[] argv)
      Main program that creates a thermometer and places it into a JFrame.
      Parameters:
      argv - Command line arguements - none used.