Class ContourPlotDemo2

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

public class ContourPlotDemo2
extends org.jfree.ui.ApplicationFrame
A demonstration application to illustrate ContourPlot. Command line options exist to control different plot properties such as colorbar orientation, etc. List of options are available by launching with the -? option, e.g., ContourPlotDemo -?
Author:
DMO
See Also:
Serialized Form
  • Constructor Details

    • ContourPlotDemo2

      public ContourPlotDemo2​(String title)
      Constructs a new demonstration application.
      Parameters:
      title - the frame title.
  • Method Details

    • usage

      public static void usage()
      Prints usage options.
    • main

      public static void main​(String[] args)
      Starting point for the demonstration application.
      Parameters:
      args - command line options, launch ContourDemoPlot -? for listing of options.