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 TypeMethodDescriptionAdds the ROIs in 'overlay2' to this overlay.Overlay.create()
Returns a new Overlay that has the same properties as this one.static Overlay
Overlay.createStackOverlay
(Roi[] rois) Overlay.duplicate()
Returns a clone of this Overlay.ImageCanvas.getOverlay()
Use ImagePlus.getOverlay().Roi.getPrototypeOverlay()
ImageCanvas.getShowAllList()
Overlay.rotate
(double angle, double xcenter, double ycenter) Returns a rotated version of this Overlay.Overlay.scale
(double xscale, double yscale) Returns a scaled version of this Overlay.Modifier and TypeMethodDescriptionAdds the ROIs in 'overlay2' to this overlay.void
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.plugin.frame
Methods in ij.plugin.frame with parameters of type Overlay -
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.