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

Method doCommand

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

Source from the content-addressed store, hash-verified

5265 }
5266
5267 private void doCommand() {
5268 String arg = getStringArg();
5269 if (arg.equals("Start Animation"))
5270 arg = "Start Animation [\\]";
5271 IJ.doCommand(arg);
5272 }
5273
5274 private void getDimensions() {
5275 Variable width = getFirstVariable();

Callers 1

doFunctionMethod · 0.95

Calls 3

getStringArgMethod · 0.95
doCommandMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected