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

Method getCanvas

ij/src/main/java/ij/ImagePlus.java:1057–1059  ·  view source on GitHub ↗

Returns the ImageCanvas being used to display this image, or null.

()

Source from the content-addressed store, hash-verified

1055 /** Returns the ImageCanvas being used to
1056 display this image, or null. */
1057 public ImageCanvas getCanvas() {
1058 return win!=null?win.getCanvas():flatteningCanvas;
1059 }
1060
1061 /** Sets current foreground color. */
1062 public void setColor(Color c) {

Callers 15

showMethod · 0.95
setStackMethod · 0.95
createNewRoiMethod · 0.95
updateStatusbarValueMethod · 0.95
flattenMethod · 0.95
flattenStackMethod · 0.95
setPointScaleMethod · 0.95
setOverlayMethod · 0.95
setHideOverlayMethod · 0.95
showStatusMethod · 0.95
getCursorLocMethod · 0.95
getZoomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected