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

Method resetImage

ij/src/main/java/ij/macro/Functions.java:1032–1036  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1030 }
1031
1032 void resetImage() {
1033 defaultImp = null;
1034 defaultIP = null;
1035 fontSet = false;
1036 }
1037
1038 ImageProcessor getProcessor() {
1039 if (defaultIP==null) {

Callers 15

doFunctionMethod · 0.95
doRunMethod · 0.95
selectWindowMethod · 0.95
setForegroundColorMethod · 0.95
setBackgroundColorMethod · 0.95
makeLineMethod · 0.95
makeOvalMethod · 0.95
makeRectangleMethod · 0.95
makeRotatedRectangleMethod · 0.95
getInfoMethod · 0.95
openMethod · 0.95
selectImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected