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

Method isLinux

ij/src/main/java/ij/IJ.java:1297–1299  ·  view source on GitHub ↗

Returns true if ImageJ is running on Linux.

()

Source from the content-addressed store, hash-verified

1295
1296 /** Returns true if ImageJ is running on Linux. */
1297 public static boolean isLinux() {
1298 return isLinux;
1299 }
1300
1301 /** Obsolete; always returns false. */
1302 public static boolean isVista() {

Callers 15

savePreferencesMethod · 0.95
ImageJMethod · 0.95
addLutsMethod · 0.95
runMethod · 0.95
showDialogMethod · 0.95
dialogItemChangedMethod · 0.95
installationMethod · 0.95
showDirectoryMethod · 0.95
dropMethod · 0.95
miscOptionsMethod · 0.95
FitterMethod · 0.95
PlugInFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected