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 TypeMethodDescriptionvoidImagePlus.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 OverlayOverlay.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.voidImageCanvas.setOverlay(Overlay overlay) Use ImagePlus.setOverlay(ij.gui.Overlay).voidRoi.setPrototypeOverlay(Overlay overlay) voidImageCanvas.setShowAllList(Overlay showAllList) -
Uses of Overlay in ij.plugin
Modifier and TypeMethodDescriptionstatic OverlayOverlayLabels.createOverlay()Creates an empty Overlay that has the current label settings.static OverlayDuplicator.cropOverlay(Overlay overlay, Rectangle bounds) Modifier and TypeMethodDescriptionstatic OverlayDuplicator.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 TypeMethodDescriptionvoidImageProcessor.drawOverlay(Overlay overlay) Draws the specified Overlay on this image.voidImageProcessor.setOverlay(Overlay overlay) This method is used to display virtual stack overlays.