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

Method run

ij/src/main/java/ij/plugin/PlugIn.java:11–11  ·  view source on GitHub ↗

This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.

(String arg)

Source from the content-addressed store, hash-verified

9 'arg', which may be blank, is the argument specified
10 for this plugin in IJ_Props.txt. */
11 public void run(String arg);
12
13}

Callers 15

duplicateMethod · 0.65
cropMethod · 0.65
runPlugInMethod · 0.65
runUserPlugInMethod · 0.65
ImageJMethod · 0.65
main0Method · 0.65
eventCallWaitMethod · 0.65
rotateMethod · 0.65
enlargeMethod · 0.65
runMethod · 0.65
runCompiledPluginMethod · 0.65
convertImagesToStackMethod · 0.65

Implementers 15

MacAdapter9ij/src/main/java/MacAdapter9.java
TextFileReaderij/src/main/java/ij/plugin/TextFileRea
HyperStackReducerij/src/main/java/ij/plugin/HyperStackR
ListVirtualStackij/src/main/java/ij/plugin/ListVirtual
CommandFinderij/src/main/java/ij/plugin/CommandFind
URLOpenerij/src/main/java/ij/plugin/URLOpener.j
TextWriterij/src/main/java/ij/plugin/TextWriter.
NewPluginij/src/main/java/ij/plugin/NewPlugin.j
LutLoaderij/src/main/java/ij/plugin/LutLoader.j
StackReducerij/src/main/java/ij/plugin/StackReduce
RectToolOptionsij/src/main/java/ij/plugin/RectToolOpt
ImagesToStackij/src/main/java/ij/plugin/ImagesToSta

Calls

no outgoing calls

Tested by 1