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

Method saveSettings

ij/src/main/java/ij/plugin/Grid.java:279–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 }
278
279 private void saveSettings() {
280 String options = type+","+color+",";
281 String options2 = (bold?"bold ":"")+(centered?"centered ":"")+(randomOffset?"random ":"");
282 if (options2.length()==0)
283 options2 = "-";
284 Prefs.set(OPTIONS, options+options2);
285 saveAreaPerPoint = areaPerPoint;
286 }
287
288}

Callers 1

runMethod · 0.95

Calls 2

setMethod · 0.95
lengthMethod · 0.65

Tested by

no test coverage detected