yu.ac.bg.etf.javaqx.qswing.graphics
Interface ImageConsumer


public interface ImageConsumer

Simplified image consumer interface.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void setPixels(byte[] pixels, int length)
          Sets image pixels.
 

Method Detail

setPixels

public void setPixels(byte[] pixels,
                      int length)
Sets image pixels.

Parameters:
pixels - the image pixels
length - the length of the pixels array


Copyright © 2007 ETF and contributors. All Rights Reserved.