Uses of Class
ij.plugin.frame.RoiManager
Packages that use RoiManager
-
Uses of RoiManager in ij.macro
Methods in ij.macro that return RoiManagerModifier and TypeMethodDescriptionstatic 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 RoiManagerModifier and TypeMethodDescriptionstatic 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 RoiManagerModifier and TypeMethodDescriptionstatic RoiManager
RoiManager.getInstance()
Returns a reference to the ROI Manager, or null if it is not open and a batch mode macro is not running.static RoiManager
RoiManager.getInstance2()
Returns a reference to the ROI Manager window or to the macro batch mode RoiManager, or null if neither exists.static RoiManager
RoiManager.getRawInstance()
static RoiManager
RoiManager.getRoiManager()
Returns a reference to the ROI Manager if it open or opens it if it is not already open.