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

Method setProcessor

ij/src/main/java/ij/gui/ImageRoi.java:145–154  ·  view source on GitHub ↗
(ImageProcessor ip)

Source from the content-addressed store, hash-verified

143 }
144
145 public void setProcessor(ImageProcessor ip) {
146 img = ip.createImage();
147 this.ip = ip;
148 if (zeroTransparent) {
149 setZeroTransparent(false);
150 setZeroTransparent(true);
151 }
152 width = ip.getWidth();
153 height = ip.getHeight();
154 }
155
156}

Callers 15

cloneMethod · 0.95
createImageMethod · 0.45
convertMethod · 0.45
plotLanesMethod · 0.45
runMethod · 0.45
displaySingleImageMethod · 0.45
scaleImageMethod · 0.45
applyThresholdMethod · 0.45
runMethod · 0.45
updateViewsMethod · 0.45

Calls 4

setZeroTransparentMethod · 0.95
createImageMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected