|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PixelHandlerEnds
PixelHandler with hooks for calling method at the beginning and ends of each
line.
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. |
void |
postProcess()
Called after scan of the image. |
void |
setup()
Called before starting to scan the image. |
Methods inherited from interface org.shapelogic.imageutil.PixelHandler |
---|
putPixel |
Method Detail |
---|
void setup()
void handlePixelStart(int x, int y, int color)
void handlePixelEnd(int x, int y, int color)
void postProcess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |