sdljava.video
public class BlitQueue extends Object
Field Summary | |
---|---|
IntBuffer | dstHeight |
IntBuffer | dstWidth |
IntBuffer | dstX |
IntBuffer | dstY |
int | index |
SDLSurface | src |
IntBuffer | srcHeight |
IntBuffer | srcWidth |
IntBuffer | srcX |
IntBuffer | srcY |
Constructor Summary | |
---|---|
BlitQueue(SDLSurface src, int count)
Constructs a new BlitQueue
|
Method Summary | |
---|---|
void | clear() |
void | flush(SDLSurface dst) |
void | queueBlit(SDLRect srcRect, SDLSurface dstSurface, SDLRect dst) |
void | queueBlit(SDLSurface dstSurface, SDLRect dst) |
void | queueBlit(SDLSurface dstSurface) |
Parameters: src The src Surface count The size of the Queue