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

Method run

ij/src/main/java/ij/plugin/Distribution.java:34–41  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

32 String defaultNBins, defaultRange;
33
34 public void run(String arg) {
35 ResultsTable rt=ResultsTable.getResultsTable();
36 if (rt.size()==0) {
37 IJ.error("Distribution", "The \"Results\" table is empty");
38 return;
39 }
40 run(rt);
41 }
42
43 public void run(ResultsTable rt) {
44 if (rt==null)

Callers

nothing calls this directly

Calls 15

getResultsTableMethod · 0.95
sizeMethod · 0.95
errorMethod · 0.95
addChoiceMethod · 0.95
getIndexMethod · 0.95
setInsetsMethod · 0.95
addMessageMethod · 0.95
addCheckboxMethod · 0.95
addNumericFieldMethod · 0.95
addStringFieldMethod · 0.95
getNumericFieldsMethod · 0.95
getStringFieldsMethod · 0.95

Tested by

no test coverage detected