Class ViewPoint3DDemo

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

public class ViewPoint3DDemo extends JFrame
A demo of the viewing point.
See Also:
  • Constructor Details

    • ViewPoint3DDemo

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

    • createDemoPanel

      public final JPanel 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).