Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doFunction
Method · 0.95
doRun
Method · 0.95
selectWindow
Method · 0.95
setForegroundColor
Method · 0.95
setBackgroundColor
Method · 0.95
makeLine
Method · 0.95
makeOval
Method · 0.95
makeRectangle
Method · 0.95
makeRotatedRectangle
Method · 0.95
getInfo
Method · 0.95
open
Method · 0.95
selectImage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected