sdljava.x.swig
public class SWIG_SDLGfx extends Object
Method Summary | |
---|---|
static int | aacircleColor(SDL_Surface dst, short x, short y, short r, long color) |
static int | aacircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a) |
static int | aaellipseColor(SDL_Surface dst, short xc, short yc, short rx, short ry, long color) |
static int | aaellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a) |
static int | aalineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color) |
static int | aalineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a) |
static int | aapolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color) |
static int | aapolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a) |
static int | aatrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color) |
static int | aatrigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a) |
static int | bezierColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int s, long color) |
static int | bezierRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int s, short r, short g, short b, short a) |
static int | boxColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color) |
static int | boxRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a) |
static int | characterColor(SDL_Surface dst, short x, short y, char c, long color) |
static int | characterRGBA(SDL_Surface dst, short x, short y, char c, short r, short g, short b, short a) |
static int | circleColor(SDL_Surface dst, short x, short y, short r, long color) |
static int | circleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a) |
static int | ellipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color) |
static int | ellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a) |
static int | filledCircleColor(SDL_Surface dst, short x, short y, short r, long color) |
static int | filledCircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a) |
static int | filledEllipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color) |
static int | filledEllipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a) |
static int | filledPieColor(SDL_Surface dst, short x, short y, short rad, short start, short end, long color) |
static int | filledPieRGBA(SDL_Surface dst, short x, short y, short rad, short start, short end, short r, short g, short b, short a) |
static int | filledPolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int color) |
static int | filledPolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a) |
static int | filledTrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, int color) |
static int | filledTrigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a) |
static int | hlineColor(SDL_Surface dst, short x1, short x2, short y, long color) |
static int | hlineRGBA(SDL_Surface dst, short x1, short x2, short y, short r, short g, short b, short a) |
static int | lineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color) |
static int | lineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a) |
static int | pixelColor(SDL_Surface dst, short x, short y, long color) |
static int | pixelRGBA(SDL_Surface dst, short x, short y, short r, short g, short b, short a) |
static int | polygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color) |
static int | polygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a) |
static int | rectangleColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color) |
static int | rectangleRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a) |
static SDL_Surface | rotozoomSurface(SDL_Surface src, double angle, double zoom, int smooth) |
static void | rotozoomSurfaceSize(int width, int height, double angle, double zoom, int[] arg4, int[] arg5) |
static int | stringColor(SDL_Surface dst, short x, short y, String c, long color) |
static int | stringRGBA(SDL_Surface dst, short x, short y, String c, short r, short g, short b, short a) |
static int | SWIG_aapolygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, long color) |
static int | SWIG_aapolygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a) |
static int | SWIG_bezierColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, int s, long color) |
static int | SWIG_bezierRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, int s, short r, short g, short b, short a) |
static int | SWIG_filledPolygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, int color) |
static int | SWIG_filledPolygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a) |
static int | SWIG_polygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, long color) |
static int | SWIG_polygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a) |
static int | trigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color) |
static int | trigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a) |
static int | vlineColor(SDL_Surface dst, short x, short y1, short y2, long color) |
static int | vlineRGBA(SDL_Surface dst, short x, short y1, short y2, short r, short g, short b, short a) |
static SDL_Surface | zoomSurface(SDL_Surface src, double zoomx, double zoomy, int smooth) |
static void | zoomSurfaceSize(int width, int height, double zoomx, double zoomy, int[] arg4, int[] arg5) |