MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getID

Method getID

ij/src/main/java/ij/ImagePlus.java:722–724  ·  view source on GitHub ↗

Returns this image's unique numeric ID.

()

Source from the content-addressed store, hash-verified

720
721 /** Returns this image's unique numeric ID. */
722 public int getID() {
723 return ID;
724 }
725
726 /** Replaces the image, if any, with the one specified.
727 * Throws an IllegalStateException if an error occurs

Callers 15

setRoiMethod · 0.95
copyAttributesMethod · 0.95
toStringMethod · 0.95
selectWindowMethod · 0.95
undoMethod · 0.95
getImageMethod · 0.95
putBehindMethod · 0.95
showListMethod · 0.95
getBatchModeImageIDsMethod · 0.95
getBatchModeImageMethod · 0.95
isActiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected