Version 3 (modified by 12 years ago) ( diff ) | ,
---|
Using Plugins
On the main Morphanalyser window, click 'Plugins' -> 'Add a Plugin' to add a plugin. A file browser window will open, select a jar file containing one or more Batchable3D and/or Plugin3D classes. The plugin will add a new cascaded menu to the Plugins menu, the cascaded menu will contain each "Batchable3D" class as both a single and a batch item on the "Plugins" sub menu.
To remove a plugin, click 'Plugins' -> 'remove an existing Plugin'
Using Factories
Writing Batchable and Plugin classes
MorphAnalyser handles two plugin interfaces. The first, Batchable3D, allows single and batch processing of images. A no-args constructor (or no constructor for the no args default) needs to be provided for loading at runtime (using java reflection). The second interface, Plugin3D, is more general, and simply supports a setup and cleanup method.
Attachments (2)
-
src.zip
(31.8 KB
) - added by 12 years ago.
Source files for example plugins
-
MorphAnalyserPlugins.jar
(11.8 KB
) - added by 12 years ago.
Compiled jar file of example plugins
Download all attachments as: .zip