Uses of Class
ij.plugin.frame.PlugInFrame

Packages that use PlugInFrame
ij.gui   
ij.plugin.frame   
ij2x.plugin.filter   
ij2x.plugin.frame   
 

Uses of PlugInFrame in ij.gui
 

Subclasses of PlugInFrame in ij.gui
 class ToolBox
           
 

Uses of PlugInFrame in ij.plugin.frame
 

Subclasses of PlugInFrame in ij.plugin.frame
 class Channels
          Displays the ImageJ Channels window.
 class ColorPicker
          Implements the Image/Color/Color Picker command.
 class ColorThresholder
          Selects pixels according to hsb or rgb components.
 class ContrastAdjuster
          This plugin implements the Brightness/Contrast, Window/level and Color Balance commands, all in the Image/Adjust sub-menu.
 class Fitter
          ImageJ plugin that does curve fitting using the modified CurveFitter class.
 class Fonts
          Displays a window that allows the user to set the font, size and style.
 class LineWidthAdjuster
          Adjusts the width of line selections.
 class PasteController
          Implements ImageJ's Paste Control window.
 class Recorder
          This is ImageJ's macro recorder.
 class RoiManager
          This plugin implements the Analyze/Tools/ROI Manager command.
 class ThresholdAdjuster
          Adjusts the lower and upper threshold levels of the active image.
 

Uses of PlugInFrame in ij2x.plugin.filter
 

Subclasses of PlugInFrame in ij2x.plugin.filter
 class LutViewer
          Adjusts the lower and upper threshold levels of the active image.
 

Uses of PlugInFrame in ij2x.plugin.frame
 

Subclasses of PlugInFrame in ij2x.plugin.frame
 class Editor
          This is a simple TextArea based editor for editing and compiling plugins.