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

Method Recorder

ij/src/main/java/ij/plugin/frame/Recorder.java:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 private static boolean bbSet;
71
72 public Recorder() {
73 this(true);
74 }
75
76 public Recorder(boolean showFrame) {
77 super("Recorder");

Callers

nothing calls this directly

Calls 15

toFrontMethod · 0.95
addWindowMethod · 0.95
getMethod · 0.95
setFileNameMethod · 0.95
isMacOSXMethod · 0.95
isLinuxMethod · 0.95
scaleMethod · 0.95
centerOnImageJScreenMethod · 0.95
registerMethod · 0.95
addActionListenerMethod · 0.80
setBackgroundMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected