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

Method init

ij/src/main/java/ij/IJ.java:191–195  ·  view source on GitHub ↗
(ImageJ imagej, Applet theApplet)

Source from the content-addressed store, hash-verified

189 }
190
191 static void init(ImageJ imagej, Applet theApplet) {
192 ij = imagej;
193 applet = theApplet;
194 progressBar = ij.getProgressBar();
195 }
196
197 static void cleanup() {
198 ij=null; applet=null; progressBar=null; textPanel=null;

Callers 5

runMethod · 0.95
openMethod · 0.95
ImageJMethod · 0.95
getImageJMenuMethod · 0.95
getCommandsMethod · 0.95

Calls 3

loadMethod · 0.95
addMenuBarMethod · 0.95
getProgressBarMethod · 0.80

Tested by

no test coverage detected