Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.libsdl.video.SDLRect

Uses of SDLRect in org.libsdl.video
 

Methods in org.libsdl.video that return SDLRect
 SDLRect SDLSurface.getClipRect()
          Returns the current clipping rectangle of this surface
 

Methods in org.libsdl.video with parameters of type SDLRect
 void SDLSurface.setClipRect(SDLRect rect)
          Sets the surface's current clipping rectangle
 int SDLSurface.blitSurface(SDLSurface srcSurface, SDLRect srcRect, SDLRect destRect)
          Blit another surface onto this surface.
 boolean SDLSurface.fillRect(SDLRect rect, int color)
          Fills a portion of this surface with a given color.
 boolean SDLSurface.setColors(SDLRect[] colors, int firstcolor, int numcolors)
          Sets a portion of the color map for this 8 bit surface.
 boolean SDLSurface.setPalette(int flags, SDLRect[] colors, int firstcolor, int numcolors)
          Sets a portion of the palette for this 8 bit surface.