org.shapelogic.imageutil
Class PixelHandlerOperation

java.lang.Object
  extended by org.shapelogic.imageutil.BaseImageOperation
      extended by 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

Field Summary
protected  PixelAreaHandler _pixelAreaHandler
           
protected  PixelHandler _pixelHandler
           
 
Fields inherited from class org.shapelogic.imageutil.BaseImageOperation
_arg, _guiWrapper, _image, _keyValueParser, _setupReturnValue
 
Constructor Summary
PixelHandlerOperation(int setupReturnValue, java.lang.String arg, SLImage image, PixelHandler pixelHandler)
           
PixelHandlerOperation(PixelHandler pixelHandler)
           
 
Method Summary
 PixelHandler getPixelHandler()
           
 void run()
           
 
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
 

Field Detail

_pixelHandler

protected PixelHandler _pixelHandler

_pixelAreaHandler

protected PixelAreaHandler _pixelAreaHandler
Constructor Detail

PixelHandlerOperation

public PixelHandlerOperation(int setupReturnValue,
                             java.lang.String arg,
                             SLImage image,
                             PixelHandler pixelHandler)

PixelHandlerOperation

public PixelHandlerOperation(PixelHandler pixelHandler)
Method Detail

run

public void run()

getPixelHandler

public PixelHandler getPixelHandler()


Copyright © 2009. All Rights Reserved.