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

Method getHeight

ij/src/main/java/ij/ImageStack.java:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 public int getHeight() {
196 return height;
197 }
198
199 public void setRoi(Rectangle roi) {
200 this.roi = roi;

Callers 12

toStringMethod · 0.95
reduceStackMethod · 0.95
duplicateStackMethod · 0.95
zScaleHyperstackMethod · 0.95
resizeZMethod · 0.95
runMethod · 0.95
doHSRGBProjectionMethod · 0.95
addSliceMethod · 0.45
setProcessorMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected