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

Quick Search    Search Deep

Uses of Class
org.libsdl.video.SDLPixelFormat

Uses of SDLPixelFormat in org.libsdl.video
 

Methods in org.libsdl.video that return SDLPixelFormat
 SDLPixelFormat SDLVideoInfo.getPixelFormat()
          Get the pixel format of the video device
 SDLPixelFormat SDLSurface.getPixelFormat()
          Returns the SDLPixelFormat currently in use by this surface.
 

Methods in org.libsdl.video with parameters of type SDLPixelFormat
 java.util.Vector SDLVideo.listModes(SDLPixelFormat format, int flags)
          List the video modes supported for the given pixel format
 SDLSurface SDLSurface.convertSurface(SDLPixelFormat format, int flags)
          Converts the surface to the given pixel format.