sdljava.x.swig
public class SWIG_SDLVideo extends Object implements SWIG_SDLVideoConstants
Method Summary | |
---|---|
static SDL_Surface | SDL_ConvertSurface(SDL_Surface src, SDL_PixelFormat fmt, long flags) |
static SWIGTYPE_p_SDL_Cursor | SDL_CreateCursor(SWIGTYPE_p_unsigned_char data, SWIGTYPE_p_unsigned_char mask, int w, int h, int hot_x, int hot_y) |
static SDL_Surface | SDL_CreateRGBSurface(long flags, int width, int height, int depth, long Rmask, long Gmask, long Bmask, long Amask) |
static SDL_Surface | SDL_DisplayFormat(SDL_Surface surface) |
static SDL_Surface | SDL_DisplayFormatAlpha(SDL_Surface surface) |
static int | SDL_Flip(SDL_Surface screen) |
static void | SDL_FreeSurface(SDL_Surface surface) |
static void | SDL_GetClipRect(SDL_Surface surface, SDL_Rect rect) |
static int | SDL_GetGammaRamp(int[] arg0, int[] arg1, int[] arg2) |
static void | SDL_GetRGB(long pixel, SDL_PixelFormat fmt, short[] arg2, short[] arg3, short[] arg4) |
static void | SDL_GetRGBA(long pixel, SDL_PixelFormat fmt, short[] arg2, short[] arg3, short[] arg4, short[] arg5) |
static SDL_VideoInfo | SDL_GetVideoInfo() |
static SDL_Surface | SDL_GetVideoSurface() |
static int | SDL_GL_GetAttribute(SDL_GLattr attr, SWIGTYPE_p_int value) |
static int | SDL_GL_LoadLibrary(String path) |
static void | SDL_GL_Lock() |
static int | SDL_GL_SetAttribute(SDL_GLattr attr, int value) |
static void | SDL_GL_SwapBuffers() |
static void | SDL_GL_Unlock() |
static void | SDL_GL_UpdateRects(int numrects, SDL_Rect rects) |
static SWIGTYPE_p_p_SDL_Rect | SDL_ListModes(SDL_PixelFormat format, long flags) |
static int | SDL_LockSurface(SDL_Surface surface) |
static long | SDL_MapRGB(SDL_PixelFormat format, short r, short g, short b) |
static long | SDL_MapRGBA(SDL_PixelFormat format, short r, short g, short b, short a) |
static int | SDL_SetAlpha(SDL_Surface surface, long flag, short alpha) |
static int | SDL_SetColorKey(SDL_Surface surface, long flag, long key) |
static int | SDL_SetColors(SDL_Surface surface, SDL_Color colors, int firstcolor, int ncolors) |
static int | SDL_SetGamma(float red, float green, float blue) |
static int | SDL_SetPalette(SDL_Surface surface, int flags, SDL_Color colors, int firstcolor, int ncolors) |
static SDL_Surface | SDL_SetVideoMode(int width, int height, int bpp, long flags) |
static void | SDL_UnlockSurface(SDL_Surface surface) |
static void | SDL_UpdateRect(SDL_Surface screen, int x, int y, long w, long h) |
static void | SDL_UpdateRects(SDL_Surface screen, int numrects, SDL_Rect rects) |
static String | SDL_VideoDriverName(String namebuf, int maxlen) |
static int | SDL_VideoModeOK(int width, int height, int bpp, long flags) |
static void | SDL_WarpMouse(int x, int y) |
static int | SDL_WM_GrabInput(int mode) |
static int | SDL_WM_IconifyWindow() |
static void | SDL_WM_SetCaption(String title, String icon) |
static void | SDL_WM_SetIcon(SDL_Surface icon, short INPUT) |
static int | SDL_WM_ToggleFullScreen(SDL_Surface surface) |
static void | SWIG_executeBlitQueue(Buffer vsrcX, Buffer vsrcY, Buffer vsrcWidth, Buffer vsrcHeight, SDL_Surface src, Buffer vdstX, Buffer vdstY, Buffer vdstWidth, Buffer vdstHeight, SDL_Surface dst, int count) |
static Object | SWIG_getPixelDirectByteBuffer(SDL_Surface surface) |
static void | SWIG_GetPaletteColors(SDL_Palette palette, SDL_Color[] colors) |
static void | SWIG_GetPixelData16(SDL_Surface surface, int[] pixelData) |
static void | SWIG_GetPixelData32(SDL_Surface surface, long[] pixelData) |
static void | SWIG_GetPixelData8(SDL_Surface surface, short[] pixelData) |
static int | SWIG_SDL_BlitSurface_FAST(SDL_Surface src, int sX, int sY, int sWidth, int sHeight, SDL_Surface dst, int dX, int dY, int dWidth, int dHeight) |
static SDL_Surface | SWIG_SDL_CreateRGBSurfaceFrom(int[] pixels, int width, int height, int depth, int pitch, long Rmask, long Gmask, long bMask, long aMask) |
static int | SWIG_SDL_FillRect_FAST(SDL_Surface dst, int x, int y, int w, int h, long color) |
static SDL_Surface | SWIG_SDL_LoadBMP(String file) |
static int | SWIG_SDL_MUSTLOCK(SDL_Surface surface) |
static int | SWIG_SDL_SaveBMP(SDL_Surface surface, String file) |
static int | SWIG_SDL_SetClipRect(SDL_Surface surface, SDL_Rect rect) |
static int | SWIG_SDL_SetColors(SDL_Surface surface, SDL_Color[] colors, int firstcolor, int ncolors) |
static int | SWIG_SDL_SetGammaRamp(int[] red, int[] green, int[] blue) |
static int | SWIG_SDL_SetPalette(SDL_Surface surface, int flags, SDL_Color[] colors, int firstcolor, int ncolors) |
static void | SWIG_SDL_WM_GetCaption(String arg0, String arg1) |
static void | SWIG_SetPixelData16(SDL_Surface surface, int[] pixelData) |
static void | SWIG_SetPixelData32(SDL_Surface surface, long[] pixelData) |
static void | SWIG_SetPixelData8(SDL_Surface surface, short[] pixelData) |