Class BoxAndWhiskerDemo

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

public class BoxAndWhiskerDemo
extends org.jfree.ui.ApplicationFrame
Demonstration of a box-and-whisker chart using a CategoryPlot.
Author:
David Browning
See Also:
Serialized Form
  • Constructor Details

    • BoxAndWhiskerDemo

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

    • main

      public static void main​(String[] args)
      For testing from the command line.
      Parameters:
      args - ignored.