sdljava.video
Class QueuedBlit

java.lang.Object
  extended by sdljava.video.QueuedBlit

 class QueuedBlit
extends Object


Field Summary
(package private)  SDL_Surface dst
           
(package private)  SDLRect dstRect
           
(package private)  SDL_Surface src
           
(package private)  SDLRect srcRect
           
 
Constructor Summary
QueuedBlit(SDL_Surface src, SDLRect srcRect, SDL_Surface dst, SDLRect dstRect)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

SDL_Surface src

srcRect

SDLRect srcRect

dst

SDL_Surface dst

dstRect

SDLRect dstRect
Constructor Detail

QueuedBlit

QueuedBlit(SDL_Surface src,
           SDLRect srcRect,
           SDL_Surface dst,
           SDLRect dstRect)