lt.monarch.image.png
Interface ImageScanLineConsumer


public interface ImageScanLineConsumer


Method Summary
Modifier and Type Method and Description
 void imageComplete()
           
 void processScanLine(int[] scanline)
           
 

Method Detail

processScanLine

void processScanLine(int[] scanline)

imageComplete

void imageComplete()