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

Method setOpenUsingPlugins

ij/src/main/java/ij/io/Opener.java:1604–1606  ·  view source on GitHub ↗

Open all images using HandleExtraFileTypes. Set from a macro using setOption("openUsingPlugins", true).

(boolean b)

Source from the content-addressed store, hash-verified

1602 /** Open all images using HandleExtraFileTypes. Set from
1603 a macro using setOption("openUsingPlugins", true). */
1604 public static void setOpenUsingPlugins(boolean b) {
1605 openUsingPlugins = b;
1606 }
1607
1608 /** Returns the state of the openUsingPlugins flag. */
1609 public static boolean getOpenUsingPlugins() {

Callers 1

setOptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected