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

Method getInstance

ij/src/main/java/ij/IJ.java:202–204  ·  view source on GitHub ↗

Returns a reference to the "ImageJ" frame.

()

Source from the content-addressed store, hash-verified

200
201 /**Returns a reference to the "ImageJ" frame.*/
202 public static ImageJ getInstance() {
203 return ij;
204 }
205
206 /**Enable/disable debug mode.*/
207 public static void setDebugMode(boolean b) {

Callers 15

ImagePlusClass · 0.95
waitForImageMethod · 0.95
showStatusMethod · 0.95
setupDialogMethod · 0.95
handleExceptionMethod · 0.95
savePreferencesMethod · 0.95
getLocationMethod · 0.95
runMethod · 0.95
runCommandMethod · 0.95
getStatusBarTextMethod · 0.95
main0Method · 0.95
handleExceptionMethod · 0.95

Calls

no outgoing calls

Tested by 4

onSetUpMethod · 0.76
setUpOnceMethod · 0.76
testDateOnlyMethod · 0.36
testMethod · 0.36