Package ij.plugin

Class Thresholder

java.lang.Object
ij.plugin.Thresholder
All Implemented Interfaces:
Measurements, PlugIn, ItemListener, EventListener

public class Thresholder extends Object implements PlugIn, Measurements, ItemListener
This plugin implements the Process/Binary/Make Binary and Convert to Mask commands.
  • Field Details

    • methods

      public static final String[] methods
    • backgrounds

      public static final String[] backgrounds
  • Constructor Details

    • Thresholder

      public Thresholder()
  • Method Details

    • run

      public void run(String arg)
      Description copied from interface: PlugIn
      This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
      Specified by:
      run in interface PlugIn
    • setMethod

      public static void setMethod(String method)
    • setBackground

      public static void setBackground(String background)
    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Specified by:
      itemStateChanged in interface ItemListener