Uses of Class
ij.plugin.filter.PlugInFilterRunner
-
Packages that use PlugInFilterRunner Package Description ij.gui ij.plugin.filter -
-
Uses of PlugInFilterRunner in ij.gui
Methods in ij.gui with parameters of type PlugInFilterRunner Modifier and Type Method Description voidGenericDialog. addPreviewCheckbox(PlugInFilterRunner pfr)Adds a checkbox labelled "Preview" for "automatic" preview.voidGenericDialog. addPreviewCheckbox(PlugInFilterRunner pfr, String label)Add the preview checkbox with user-defined label; for details see the addPreviewCheckbox method with standard "Preview" label. -
Uses of PlugInFilterRunner in ij.plugin.filter
Methods in ij.plugin.filter with parameters of type PlugInFilterRunner Modifier and Type Method Description intBackgroundSubtracter. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intBinary. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intConvolver. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intEDM. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)Called by the PlugInFilterRunner after setup.intExtendedPlugInFilter. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)This method is called aftersetup(arg, imp)unless theDONEflag has been set.intGaussianBlur. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)Ask the user for the parametersintImageMath. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intMaximumFinder. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intRankFilters. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intRotator. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intStackLabeler. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intTranslator. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)intUnsharpMask. showDialog(ImagePlus imp, String command, PlugInFilterRunner pfr)Ask the user for the parameters
-