Class ErrorBarDirectionPanel

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

public class ErrorBarDirectionPanel extends JPanel
A panel for selection of the directions of error bars.

See AErrorBarPolicyConfigurable for more information on the configurable directions of error bars.

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

    • ErrorBarDirectionPanel

      public ErrorBarDirectionPanel(IErrorBarPolicy<?> errorBarPolicy)
      Creates an instance that hooks as a control (view & controller) to the error bar policy model instance.

      Parameters:
      errorBarPolicy - the error bar policy to control directions of display of.