Class ROICalculation.SpecifierPanel

All Implemented Interfaces:
PreferencesSettable, ImageObserver, MenuContainer, Serializable, Accessible
Enclosing interface:
ROICalculation

public abstract static class ROICalculation.SpecifierPanel extends JPanel implements PreferencesSettable
A JPanel that can be used to specify ROI calculation parameters.
See Also:
  • Field Details

    • parentFrame

      public final com.xinapse.apps.active.ROIPropagateFrame parentFrame
      The ROIPropagateFrame that is the parent of this SpecifierPanel.
  • Constructor Details

    • SpecifierPanel

      public SpecifierPanel(com.xinapse.apps.active.ROIPropagateFrame parentFrame)
      Constructor for use by sub-classes.
      Parameters:
      parentFrame - the ROIPropagateFrame to which this Panel will be added.
  • Method Details