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

Method ImagePlus

ij/src/main/java/ij/ImagePlus.java:177–180  ·  view source on GitHub ↗

Constructs an uninitialized ImagePlus.

()

Source from the content-addressed store, hash-verified

175
176 /** Constructs an uninitialized ImagePlus. */
177 public ImagePlus() {
178 title = (this instanceof CompositeImage)?"composite":"null";
179 setID();
180 }
181
182 /** Constructs an ImagePlus from an Image or BufferedImage. The first
183 argument will be used as the title of the window that displays the image.

Callers

nothing calls this directly

Calls 15

setIDMethod · 0.95
setImageMethod · 0.95
setProcessorMethod · 0.95
openURLMethod · 0.95
openImageMethod · 0.95
getStackSizeMethod · 0.95
setStackMethod · 0.95
getTitleMethod · 0.95
getStackMethod · 0.95
getProcessorMethod · 0.95
setCalibrationMethod · 0.95
getCalibrationMethod · 0.95

Tested by

no test coverage detected