public abstract class PluginActionable extends Plugin implements PluginImageAnalysis, java.lang.Runnable
Constructor and Description |
---|
PluginActionable() |
Modifier and Type | Method and Description |
---|---|
void |
compute()
Deprecated.
Used to keep backward compatibility with
PluginImageAnalysis interface.
Use Runnable.run() instead. |
addIcyFrame, addSequence, getActiveImage, getActiveSequence, getActiveViewer, getDescriptor, getFocusedImage, getFocusedSequence, getFocusedViewer, getIconResource, getImageResource, getInstallFolder, getName, getOwnerClassName, getPlugin, getPreferences, getPreferencesRoot, getResource, getResourceAsStream, getResources, getSequences, isBundled, loadLibrary, prepareLibrary, removeSequence, report, toString
public PluginActionable()
@Deprecated public void compute()
PluginImageAnalysis
interface.
Use Runnable.run()
instead.PluginImageAnalysis
compute
in interface PluginImageAnalysis