org.shapelogic.imageutil
Interface PixelHandlerEnds

All Superinterfaces:
PixelHandler

public interface PixelHandlerEnds
extends PixelHandler


Method Summary
 void handlePixelEnd(int x, int y, int color)
          Handle a pixel with a color and a coordinate.
 void handlePixelStart(int x, int y, int color)
          Handle a pixel with a color and a coordinate.
 
Methods inherited from interface org.shapelogic.imageutil.PixelHandler
putPixel
 

Method Detail

handlePixelStart

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


handlePixelEnd

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



Copyright © 2008. All Rights Reserved.