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

Method isComposite

ij/src/main/java/ij/ImagePlus.java:3220–3222  ·  view source on GitHub ↗

Returns true if this is a CompositeImage.

()

Source from the content-addressed store, hash-verified

3218
3219 /** Returns true if this is a CompositeImage. */
3220 public boolean isComposite() {
3221 return compositeImage && nChannels>=1 && imageType!=COLOR_RGB && (this instanceof CompositeImage);
3222 }
3223
3224 /** Returns the display mode (IJ.COMPOSITE, IJ.COLOR
3225 or IJ.GRAYSCALE) if this is a CompositeImage, otherwise returns -1. */

Callers 15

showMethod · 0.95
getBufferedImageMethod · 0.95
setStackMethod · 0.95
setDimensionsMethod · 0.95
setPositionMethod · 0.95
flushMethod · 0.95
getCompositeModeMethod · 0.95
flattenStackMethod · 0.95
getLutMethod · 0.95
setLutMethod · 0.95
previewLUTMethod · 0.95
showLutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected