Uses of Class
ij.gui.Overlay

Packages that use Overlay
ij   
ij.gui   
ij.plugin   
ij.process   
 

Uses of Overlay in ij
 

Methods in ij that return Overlay
 Overlay ImagePlus.getOverlay()
          Returns the current overly, or null if this image does not have an overlay.
 

Methods in ij with parameters of type Overlay
 void ImagePlus.setOverlay(Overlay overlay)
          Installs a list of ROIs that will be drawn on this image as a non-destructive overlay.
 

Uses of Overlay in ij.gui
 

Methods in ij.gui that return Overlay
 Overlay Overlay.duplicate()
          Returns a clone of this Overlay.
 Overlay ImageCanvas.getOverlay()
          Use ImagePlus.getOverlay().
 Overlay Roi.getPrototypeOverlay()
           
 Overlay ImageCanvas.getShowAllList()
          Return the ROI Manager "Show All" list as an overlay.
 

Methods in ij.gui with parameters of type Overlay
 void ImageCanvas.setOverlay(Overlay overlay)
          Use ImagePlus.setOverlay(ij.gui.Overlay).
 void Roi.setPrototypeOverlay(Overlay overlay)
           
 

Uses of Overlay in ij.plugin
 

Methods in ij.plugin that return Overlay
static Overlay Duplicator.cropOverlay(Overlay overlay1, java.awt.Rectangle imgBounds)
           
 

Methods in ij.plugin with parameters of type Overlay
static Overlay Duplicator.cropOverlay(Overlay overlay1, java.awt.Rectangle imgBounds)
           
 

Uses of Overlay in ij.process
 

Methods in ij.process with parameters of type Overlay
 void ImageProcessor.drawOverlay(Overlay overlay)
          Draws the specified Overlay on this image.