Class AxisRangeDemo1

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

public class AxisRangeDemo1 extends JFrame
A test for changes to the value axis range on an area chart.
See Also:
  • Constructor Details

    • AxisRangeDemo1

      public AxisRangeDemo1(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.
    • main

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