org.shapelogic.imageutil
Class PixelHandlerOperation
java.lang.Object
org.shapelogic.imageutil.BaseImageOperation
org.shapelogic.imageutil.PixelHandlerOperation
- All Implemented Interfaces:
- java.lang.Runnable, ImageOperation
public class PixelHandlerOperation
- extends BaseImageOperation
PixelHandlerOperation excecutes a PixelHandler on an image.
- Author:
- Sami Badawi
Methods inherited from class org.shapelogic.imageutil.BaseImageOperation |
getGuiWrapper, getImage, getKeyValueParser, getSetupReturnValue, isImageValid, setArg, setGuiWrapper, setKeyValueParser, setSetupReturnValue, setup, showAbout, showMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_pixelHandler
protected PixelHandler _pixelHandler
_pixelAreaHandler
protected PixelAreaHandler _pixelAreaHandler
PixelHandlerOperation
public PixelHandlerOperation(int setupReturnValue,
java.lang.String arg,
SLImage image,
PixelHandler pixelHandler)
PixelHandlerOperation
public PixelHandlerOperation(PixelHandler pixelHandler)
run
public void run()
getPixelHandler
public PixelHandler getPixelHandler()
Copyright © 2008. All Rights Reserved.