Class ErrorBarPolicyPanel

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

public class ErrorBarPolicyPanel extends JPanel
A panel for selection and custom configuration of an IErrorBarPolicy.

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

    • ErrorBarPolicyPanel

      public ErrorBarPolicyPanel(IErrorBarPolicy<?> errorBarPolicy)
      Creates a panel that offers controls the given error bar policy.

      Parameters:
      errorBarPolicy - the error bar policy to control.