Class Plugin2
java.lang.Object
PluginMgr
Plugin2
public class Plugin2
- extends PluginMgr
Plugin2 External Function object class for Flicker. This is a
free slot for a sample plugin. Note: it must be compile
with either Flicker .java files or the Flicker.jar file.
This work was produced by Peter Lemkin of the National Cancer
Institute, an agency of the United States Government. As a work of
the United States Government there is no associated copyright. It is
offered as open source software under the Mozilla Public License
(version 1.1) subject to the limitations noted in the accompanying
LEGAL file. This notice must be included with the code. The Flicker
Mozilla and Legal files are available on
http://open2dprot.sourceforge.net/Flicker
- Version:
- $Date$ $Revision$
- Author:
- P. Lemkin (LECB/NCI), G. Thornwall (SAIC), Frederick, MD
- See Also:
- Flicker Home
Fields inherited from class PluginMgr |
ef1, ef2, ef3, efInfo, efIsActive, efMnuName, efName, efNbr, extFctNbr, flk, info, isActive, MAX_EXTERN_FCTS, mnuName, name, nExtFcts, nPluginsFound |
Constructor Summary |
Plugin2()
Plugin2() - constructor |
Method Summary |
boolean |
fctCalc(Flicker flkS,
ImageData iData,
int[] oPix)
fctCalc() - called to perform the image function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Plugin2
public Plugin2()
- Plugin2() - constructor
fctCalc
public boolean fctCalc(Flicker flkS,
ImageData iData,
int[] oPix)
- fctCalc() - called to perform the image function
- Parameters:
flk
- is instance of flickeriData
- image data to processoPix
- is output pixel array to put results