Uses of Class
sdljava.x.swig.SDL_PixelFormat

Packages that use SDL_PixelFormat
sdljava.video Provides all the functions which are defined in the SDL_video.h header. 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDL_PixelFormat in sdljava.video
 

Fields in sdljava.video declared as SDL_PixelFormat
(package private)  SDL_PixelFormat SDLPixelFormat.swigPixelFormat
           
 

Methods in sdljava.video that return SDL_PixelFormat
protected  SDL_PixelFormat SDLPixelFormat.getSwigPixelFormat()
           
 

Constructors in sdljava.video with parameters of type SDL_PixelFormat
SDLPixelFormat(SDL_PixelFormat f)
          Creates a new SDLPixelFormat instance.
 

Uses of SDL_PixelFormat in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_PixelFormat
 SDL_PixelFormat SDL_Surface.getFormat()
           
 SDL_PixelFormat SDL_VideoInfo.getVfmt()
           
 

Methods in sdljava.x.swig with parameters of type SDL_PixelFormat
protected static long SDL_PixelFormat.getCPtr(SDL_PixelFormat obj)
           
static SDL_Surface SWIG_SDLVideo.SDL_ConvertSurface(SDL_Surface src, SDL_PixelFormat fmt, long flags)
           
static void SWIG_SDLVideo.SDL_GetRGB(long pixel, SDL_PixelFormat fmt, short[] arg2, short[] arg3, short[] arg4)
           
static void SWIG_SDLVideo.SDL_GetRGBA(long pixel, SDL_PixelFormat fmt, short[] arg2, short[] arg3, short[] arg4, short[] arg5)
           
static SWIGTYPE_p_p_SDL_Rect SWIG_SDLVideo.SDL_ListModes(SDL_PixelFormat format, long flags)
           
static long SWIG_SDLVideo.SDL_MapRGB(SDL_PixelFormat format, short r, short g, short b)
           
static long SWIG_SDLVideo.SDL_MapRGBA(SDL_PixelFormat format, short r, short g, short b, short a)
           
 void SDL_Surface.setFormat(SDL_PixelFormat format)
           
 void SDL_VideoInfo.setVfmt(SDL_PixelFormat vfmt)