Class XYZLineChart3DDemo1

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

public class XYZLineChart3DDemo1 extends JFrame
A demo of a 3D line chart.
See Also:
  • Constructor Details

    • XYZLineChart3DDemo1

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

    • createDemoPanel

      public static 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.
    • createDataset

      public static org.jfree.chart3d.data.xyz.XYZDataset<String> createDataset()
      Creates a sample dataset (hard-coded for the purpose of keeping the demo self-contained - in practice you would normally read your data from a file, database or other source).
      Returns:
      A sample dataset.
    • main

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