Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ record
Method
record
ij/src/main/java/ij/plugin/frame/RoiManager.java:2873–2875 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2871
}
2872
2873
private
boolean record() {
2874
return
Recorder.record && allowRecording && !IJ.isMacro();
2875
}
2876
2877
private
boolean recordInEvent() {
2878
return
Recorder.record && !IJ.isMacro();
Callers
15
interpolateRois
Method · 0.95
addRoi
Method · 0.95
addAndDraw
Method · 0.95
delete
Method · 0.95
update
Method · 0.95
rename
Method · 0.95
listRois
Method · 0.95
measure
Method · 0.95
multiMeasure
Method · 0.95
multiPlot
Method · 0.95
multiCrop
Method · 0.95
drawOrFill
Method · 0.95
Calls
1
isMacro
Method · 0.95
Tested by
no test coverage detected