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

Method setOption

ij/src/main/java/ij/plugin/filter/Analyzer.java:1040–1045  ·  view source on GitHub ↗
(String option, boolean b)

Source from the content-addressed store, hash-verified

1038 }
1039
1040 public static void setOption(String option, boolean b) {
1041 if (option.contains("min"))
1042 showMin = b;
1043 else if (option.contains("angle"))
1044 showAngle = b;
1045 }
1046
1047 public static boolean addToOverlay() {
1048 return ((getMeasurements()&ADD_TO_OVERLAY)!=0);

Callers 1

setOptionMethod · 0.95

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected