java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
info.monitorenter.gui.chart.controls.errorbarwizard.ErrorBarWizard
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ErrorBarWizard extends JPanel
A wizard to manage error bars for a trace.

Version:
$Revision: 1.11 $
Author:
Achim Westermann
See Also:
  • Constructor Details

    • ErrorBarWizard

      public ErrorBarWizard(ITrace2D trace)
      Creates a wizard for controlling the error bars of the given trace.
      Parameters:
      trace - the trace to control the error bars of.
  • Method Details

    • main

      public static void main(String[] args)
      Main method for testing.

      Parameters:
      args - ignored.