Class AreaChart3DDemo1

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class AreaChart3DDemo1 extends JFrame
A demo of a 3D area chart in Swing.
See Also:
  • Constructor Details

    • AreaChart3DDemo1

      public AreaChart3DDemo1(String title)
      Creates a new test app.
      Parameters:
      title - the frame title.
  • Method Details

    • createDemoPanel

      public static DemoPanel createDemoPanel()
      Returns a panel containing the content for the demo. This method is used across all the individual demo applications to allow aggregation into a single "umbrella" demo (OrsonChartsDemo).
      Returns:
      A panel containing the content for the demo.
    • main

      public static void main(String[] args)
      Starting point for the app.
      Parameters:
      args - command line arguments (ignored).