Uses of Class
ij.plugin.frame.RoiManager

Packages that use RoiManager
ij.macro   
ij.plugin.filter   
ij.plugin.frame   
 

Uses of RoiManager in ij.macro
 

Methods in ij.macro that return RoiManager
static RoiManager Interpreter.getBatchModeRoiManager()
          Returns the batch mode RoiManager instance.
 

Uses of RoiManager in ij.plugin.filter
 

Methods in ij.plugin.filter with parameters of type RoiManager
static void ParticleAnalyzer.setRoiManager(RoiManager manager)
          Sets the RoiManager to be used by the next ParticleAnalyzer instance.
 

Uses of RoiManager in ij.plugin.frame
 

Methods in ij.plugin.frame that return RoiManager
static RoiManager RoiManager.getInstance()
          Returns a reference to the ROI Manager or null if it is not open.
static RoiManager RoiManager.getInstance2()
          Returns a reference to the ROI Manager window or to the macro batch mode RoiManager, or null if neither exists.