Changes between Initial Version and Version 1 of PluginMenu
- Timestamp:
- Oct 16, 2012, 12:12:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PluginMenu
v1 v1 1 '''Using Plugins''' 2 3 On the main Morphanalyser window, click 'Plugins' -> 'Add a Plugin' to add a plugin 4 5 To remove a plugin, click 'Plugins' -> 'remove an existing Plugin' 6 7 8 9 '''Writing Batchable and Plugin classes''' 10 11 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. 12