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. |
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.