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

Method defaultResultsExtension

ij/src/main/java/ij/Prefs.java:789–792  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

787 }
788
789 @AstroImageJ(reason = "Set default extension to .tbl", modified = true)
790 public static String defaultResultsExtension() {
791 return get("options.ext", ".tbl");
792 }
793
794 /** Sets the GenericDialog and Command Finder text scale (0.5 to 3.0). */
795 public static void setGuiScale(double scale) {

Callers 6

saveMethod · 0.95
ioMethod · 0.95
saveAsMethod · 0.95
saveAsTextMethod · 0.95
saveAsMethod · 0.95
AIJStartupHandlerClass · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected