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

Method StackWindow

ij/src/main/java/ij/gui/StackWindow.java:45–47  ·  view source on GitHub ↗
(ImagePlus imp)

Source from the content-addressed store, hash-verified

43
44
45 public StackWindow(ImagePlus imp) {
46 this(imp, null);
47 }
48
49 @AstroImageJ(reason = "Add check for autoConvert pref before calling show(); add draw call", modified = true)
50 public StackWindow(ImagePlus imp, ImageCanvas ic) {

Callers

nothing calls this directly

Calls 15

addScrollbarsMethod · 0.95
drawMethod · 0.95
isMacroMethod · 0.95
getMethod · 0.95
setMaxBoundsMethod · 0.80
setDeactivatedMethod · 0.80
waitTillActivatedMethod · 0.80
getCurrentSliceMethod · 0.80
getNameMethod · 0.65
indexOfMethod · 0.45
getCanvasMethod · 0.45
isVisibleMethod · 0.45

Tested by

no test coverage detected