Uses of Class
ij.gui.Overlay

Packages that use Overlay
ij   
ij.gui   
 

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 ImageCanvas.getOverlay()
          Use ImagePlus.getOverlay().
 Overlay ImageCanvas.getShowAllList()
           
 

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