org.shapelogic.imageutil
Interface PixelHandler

All Known Subinterfaces:
IColorAndVariance, IColorEdgeArea, IColorRange, PixelHandlerEnds, SLImage
All Known Implementing Classes:
ColorAndVariance, ColorEdgeArea, ColorRange, ColorReplacePixelHandler, DistanceBasedColorHypothesisFinder, GrayAndVariance, GrayEdgeArea, GrayRange, IJImage, PixelArea, SLBufferedImage

public interface PixelHandler

Interface for anything that can handle an isolated pixel.

Author:
Sami Badawi

Method Summary
 void putPixel(int x, int y, int color)
          Handle a pixel with a color and a coordinate.
 

Method Detail

putPixel

void putPixel(int x,
              int y,
              int color)
Handle a pixel with a color and a coordinate.



Copyright © 2009. All Rights Reserved.