Class XYBoxAndWhiskerDemo

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

public class XYBoxAndWhiskerDemo
extends org.jfree.ui.ApplicationFrame
A demo showing a box and whisker chart.
Author:
David Browning
See Also:
Serialized Form
  • Constructor Details

    • XYBoxAndWhiskerDemo

      public XYBoxAndWhiskerDemo​(String title)
      A demonstration application showing a box and whisker chart.
      Parameters:
      title - the frame title.
  • Method Details

    • createSampleDataset

      public static BoxAndWhiskerXYDataset createSampleDataset()
      Creates a sample BoxAndWhiskerXYDataset.
      Returns:
      A sample dataset.
    • main

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