Class HistogramDemo2

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

public class HistogramDemo2
extends org.jfree.ui.ApplicationFrame
A demo of the HistogramDataset class.
See Also:
Serialized Form
  • Constructor Details

    • HistogramDemo2

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

    • main

      public static void main​(String[] args) throws IOException
      The starting point for the demo.
      Parameters:
      args - ignored.
      Throws:
      IOException - if there is a problem saving the file.