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.
Fields inherited from interface ij.measure.Measurements |
ADD_TO_OVERLAY, AREA, AREA_FRACTION, CENTER_OF_MASS, CENTROID, CIRCULARITY, ELLIPSE, FERET, INTEGRATED_DENSITY, INVERT_Y, KURTOSIS, LABELS, LIMIT, MAX_STANDARDS, MEAN, MEDIAN, MIN_MAX, MODE, PERIMETER, RECT, SCIENTIFIC_NOTATION, SHAPE_DESCRIPTORS, SKEWNESS, SLICE, STACK_POSITION, STD_DEV |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methods
public static final String[] methods
backgrounds
public static final String[] backgrounds
Thresholder
public Thresholder()
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
Copyright © 1997–2014 NIH. All rights reserved.