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

Method isDisplayedHyperStack

ij/src/main/java/ij/ImagePlus.java:1420–1422  ·  view source on GitHub ↗

Returns 'true' if this is a hyperstack currently being displayed in a StackWindow.

()

Source from the content-addressed store, hash-verified

1418
1419 /** Returns 'true' if this is a hyperstack currently being displayed in a StackWindow. */
1420 public boolean isDisplayedHyperStack() {
1421 return win!=null && win instanceof StackWindow && ((StackWindow)win).isHyperStack();
1422 }
1423
1424 /** Returns the number of channels. */
1425 public int getNChannels() {

Callers 10

setStackMethod · 0.95
setDimensionsMethod · 0.95
setPositionMethod · 0.95
getLocationAsStringMethod · 0.95
startAnimationMethod · 0.80
doOptionsMethod · 0.80
nextSliceMethod · 0.80
previousSliceMethod · 0.80
changeSliceMethod · 0.80
setSliceMethod · 0.80

Calls 1

isHyperStackMethod · 0.45

Tested by

no test coverage detected