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

Method getProperties

ij/src/main/java/ij/ImagePlus.java:1784–1786  ·  view source on GitHub ↗

Returns this image's Properties. May return null.

()

Source from the content-addressed store, hash-verified

1782
1783 /** Returns this image's Properties. May return null. */
1784 public Properties getProperties() {
1785 return properties;
1786 }
1787 /** Creates a LookUpTable object that corresponds to this image. */
1788 public LookUpTable createLut() {
1789 ImageProcessor ip2 = getProcessor();

Callers 8

ImagePlusMethod · 0.95
getProcessorMethod · 0.95
createHypervolMethod · 0.95
runMethod · 0.95
runMethod · 0.95
replaceImageInWindowMethod · 0.95
setImageMethod · 0.45
setSliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected