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

Method isLocked

ij/src/main/java/ij/ImagePlus.java:308–310  ·  view source on GitHub ↗

Returns 'true' if the image is locked.

()

Source from the content-addressed store, hash-verified

306
307 /** Returns 'true' if the image is locked. */
308 public boolean isLocked() {
309 return locked;
310 }
311
312 /** Returns 'true' if the image was locked on another thread. */
313 public boolean isLockedByAnotherThread() {

Callers 9

measureStackMethod · 0.95
getImageFromVectorMethod · 0.95
setupMethod · 0.95
isMethod · 0.45
getInfoMethod · 0.45
runMethod · 0.45
startAnimationMethod · 0.45
closeMethod · 0.45
setSliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected