Class BubblyBubblesDemo2

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

public class BubblyBubblesDemo2
extends org.jfree.ui.ApplicationFrame
A demo that shows how matrix series can be used for charts that follow a constantly changing grid input.
Since:
Jun 25, 2003
Author:
Barak Naveh
See Also:
Serialized Form
  • Constructor Details

    • BubblyBubblesDemo2

      public BubblyBubblesDemo2​(String title)
      A demonstration application showing a bubble chart using matrix series.
      Parameters:
      title - the frame title.
  • Method Details

    • main

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