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

Interface PlugIn

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

Plugins that acquire images or display windows should implement this interface. Plugins that process images should implement the PlugInFilter interface.

Source from the content-addressed store, hash-verified

4 implement this interface. Plugins that process images
5 should implement the PlugInFilter interface. */
6public interface PlugIn {
7
8 /** This method is called when the plugin is loaded.
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 8

duplicateMethod · 0.65
cropMethod · 0.65
runPlugInMethod · 0.65
runUserPlugInMethod · 0.65
ImageJMethod · 0.65
main0Method · 0.65
eventCallWaitMethod · 0.65
rotateMethod · 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

no test coverage detected