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

Method isHyperStack

ij/src/main/java/ij/gui/StackWindow.java:397–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 public boolean isHyperStack() {
398 return hyperStack && getNScrollbars()>0;
399 }
400
401 public void setPosition(int channel, int slice, int frame) {
402 if (cSelector!=null && channel!=c) {

Callers 15

isMethod · 0.45
doStackMethod · 0.45
activateSelectionMethod · 0.45
runMethod · 0.45
showDialogMethod · 0.45
duplicateStackMethod · 0.45
getInfoMethod · 0.45
zScaleMethod · 0.45
addToRoiManagerMethod · 0.45
getPlotMethod · 0.45
addSliceMethod · 0.45
deleteSliceMethod · 0.45

Calls 1

getNScrollbarsMethod · 0.95

Tested by

no test coverage detected