Class JDialogTreMethod

All Implemented Interfaces:
ScriptableActionInterface, DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
JDialogTreT1

public abstract class JDialogTreMethod extends JDialogScriptableBase
See Also:
  • Field Details

    • smartCheckBox

      protected JRadioButton smartCheckBox
    • hardCheckBox

      protected JRadioButton hardCheckBox
    • noCheckBox

      protected JRadioButton noCheckBox
    • thresholdGroup

      private ButtonGroup thresholdGroup
    • totalThreshold

      protected JPanel totalThreshold
    • generalThresholdPanel

      private JPanel generalThresholdPanel
    • thresholdMethod

      protected AlgorithmTreParams.Threshold thresholdMethod
    • guiBuilder

      protected GuiBuilder guiBuilder
    • upperLeftCorner

      protected boolean upperLeftCorner
      Whether, during "smart-thresholding", noise should be calculated from a given corner
    • upperRightCorner

      protected boolean upperRightCorner
    • lowerLeftCorner

      protected boolean lowerLeftCorner
    • lowerRightCorner

      protected boolean lowerRightCorner
    • hardNoiseField

      private JTextField hardNoiseField
    • smartNoiseField

      private JTextField smartNoiseField
    • topLeftBox

      private JCheckBox topLeftBox
    • topRightBox

      private JCheckBox topRightBox
    • bottomLeftBox

      private JCheckBox bottomLeftBox
    • bottomRightBox

      private JCheckBox bottomRightBox
    • noiseScale

      protected float noiseScale
    • hardNoiseThreshold

      protected float hardNoiseThreshold
    • SUCCESS

      protected static final String SUCCESS
      See Also:
  • Constructor Details

    • JDialogTreMethod

      public JDialogTreMethod()
    • JDialogTreMethod

      public JDialogTreMethod(Frame theParentFrame, boolean b)
  • Method Details

    • buildThresholdPanel

      protected JPanel buildThresholdPanel()
    • buildHardThresholdPanel

      protected JPanel buildHardThresholdPanel()
      No border
      Returns:
    • buildSmartThresholdPanel

      protected JPanel buildSmartThresholdPanel()
    • buildNoThresholdPanel

      protected JPanel buildNoThresholdPanel()
    • setHardThresholdUI

      protected String setHardThresholdUI(boolean process)
    • setSmartThresholdUI

      protected String setSmartThresholdUI(boolean process)