Uses of Class
ij.gui.Overlay
Packages that use Overlay
-
Uses of Overlay in ij
Modifier and TypeMethodDescriptionImagePlus.getOverlay()
Returns the current overly, or null if this image does not have an overlay.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionOverlay.create()
Returns a new Overlay that has the same properties as this one.Overlay.duplicate()
Returns a clone of this Overlay.ImageCanvas.getOverlay()
Use ImagePlus.getOverlay().Roi.getPrototypeOverlay()
ImageCanvas.getShowAllList()
Modifier and TypeMethodDescriptionvoid
ImageCanvas.setOverlay
(Overlay overlay) Use ImagePlus.setOverlay(ij.gui.Overlay).void
Roi.setPrototypeOverlay
(Overlay overlay) void
ImageCanvas.setShowAllList
(Overlay showAllList) -
Uses of Overlay in ij.plugin
Modifier and TypeMethodDescriptionstatic Overlay
OverlayLabels.createOverlay()
Creates an empty Overlay that has the current label settings.static Overlay
Duplicator.cropOverlay
(Overlay overlay, Rectangle bounds) Modifier and TypeMethodDescriptionstatic Overlay
Duplicator.cropOverlay
(Overlay overlay, Rectangle bounds) -
Uses of Overlay in ij.process
Methods in ij.process that return OverlayMethods in ij.process with parameters of type OverlayModifier and TypeMethodDescriptionvoid
ImageProcessor.drawOverlay
(Overlay overlay) Draws the specified Overlay on this image.void
ImageProcessor.setOverlay
(Overlay overlay) This method is used to display virtual stack overlays.