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

Quick Search    Search Deep

Uses of Class
org.libsdl.video.SDLSurface

Uses of SDLSurface in org.libsdl.video
 

Subclasses of SDLSurface in org.libsdl.video
 class SDLScreen
          The SDLScreen class extends SDLSurface which extends SDLStruct and thus it represents a native C structure.
 

Methods in org.libsdl.video that return SDLSurface
 SDLSurface SDLSurface.convertSurface(SDLPixelFormat format, int flags)
          Converts the surface to the given pixel format.
 SDLSurface SDLSurface.displayFormat()
          Converts this surface to the current format used by the display surface.
 SDLSurface SDLSurface.displayFormatAlpha()
          Converts this surface to the current format used by the display surface.
 

Methods in org.libsdl.video with parameters of type SDLSurface
 int SDLSurface.blitSurface(SDLSurface srcSurface, SDLRect srcRect, SDLRect destRect)
          Blit another surface onto this surface.