sdljava.x.swig

Class SWIG_SDLGfx

public class SWIG_SDLGfx extends Object

Method Summary
static intaacircleColor(SDL_Surface dst, short x, short y, short r, long color)
static intaacircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)
static intaaellipseColor(SDL_Surface dst, short xc, short yc, short rx, short ry, long color)
static intaaellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)
static intaalineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
static intaalineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
static intaapolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color)
static intaapolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)
static intaatrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color)
static intaatrigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a)
static intbezierColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int s, long color)
static intbezierRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int s, short r, short g, short b, short a)
static intboxColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
static intboxRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
static intcharacterColor(SDL_Surface dst, short x, short y, char c, long color)
static intcharacterRGBA(SDL_Surface dst, short x, short y, char c, short r, short g, short b, short a)
static intcircleColor(SDL_Surface dst, short x, short y, short r, long color)
static intcircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)
static intellipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color)
static intellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)
static intfilledCircleColor(SDL_Surface dst, short x, short y, short r, long color)
static intfilledCircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)
static intfilledEllipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color)
static intfilledEllipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)
static intfilledPieColor(SDL_Surface dst, short x, short y, short rad, short start, short end, long color)
static intfilledPieRGBA(SDL_Surface dst, short x, short y, short rad, short start, short end, short r, short g, short b, short a)
static intfilledPolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int color)
static intfilledPolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)
static intfilledTrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, int color)
static intfilledTrigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a)
static inthlineColor(SDL_Surface dst, short x1, short x2, short y, long color)
static inthlineRGBA(SDL_Surface dst, short x1, short x2, short y, short r, short g, short b, short a)
static intlineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
static intlineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
static intpixelColor(SDL_Surface dst, short x, short y, long color)
static intpixelRGBA(SDL_Surface dst, short x, short y, short r, short g, short b, short a)
static intpolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color)
static intpolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)
static intrectangleColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
static intrectangleRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
static SDL_SurfacerotozoomSurface(SDL_Surface src, double angle, double zoom, int smooth)
static voidrotozoomSurfaceSize(int width, int height, double angle, double zoom, int[] arg4, int[] arg5)
static intstringColor(SDL_Surface dst, short x, short y, String c, long color)
static intstringRGBA(SDL_Surface dst, short x, short y, String c, short r, short g, short b, short a)
static intSWIG_aapolygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, long color)
static intSWIG_aapolygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a)
static intSWIG_bezierColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, int s, long color)
static intSWIG_bezierRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, int s, short r, short g, short b, short a)
static intSWIG_filledPolygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, int color)
static intSWIG_filledPolygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a)
static intSWIG_polygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, long color)
static intSWIG_polygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a)
static inttrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color)
static inttrigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a)
static intvlineColor(SDL_Surface dst, short x, short y1, short y2, long color)
static intvlineRGBA(SDL_Surface dst, short x, short y1, short y2, short r, short g, short b, short a)
static SDL_SurfacezoomSurface(SDL_Surface src, double zoomx, double zoomy, int smooth)
static voidzoomSurfaceSize(int width, int height, double zoomx, double zoomy, int[] arg4, int[] arg5)

Method Detail

aacircleColor

public static int aacircleColor(SDL_Surface dst, short x, short y, short r, long color)

aacircleRGBA

public static int aacircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)

aaellipseColor

public static int aaellipseColor(SDL_Surface dst, short xc, short yc, short rx, short ry, long color)

aaellipseRGBA

public static int aaellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)

aalineColor

public static int aalineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)

aalineRGBA

public static int aalineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)

aapolygonColor

public static int aapolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color)

aapolygonRGBA

public static int aapolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)

aatrigonColor

public static int aatrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color)

aatrigonRGBA

public 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)

bezierColor

public static int bezierColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int s, long color)

bezierRGBA

public 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)

boxColor

public static int boxColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)

boxRGBA

public static int boxRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)

characterColor

public static int characterColor(SDL_Surface dst, short x, short y, char c, long color)

characterRGBA

public static int characterRGBA(SDL_Surface dst, short x, short y, char c, short r, short g, short b, short a)

circleColor

public static int circleColor(SDL_Surface dst, short x, short y, short r, long color)

circleRGBA

public static int circleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)

ellipseColor

public static int ellipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color)

ellipseRGBA

public static int ellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)

filledCircleColor

public static int filledCircleColor(SDL_Surface dst, short x, short y, short r, long color)

filledCircleRGBA

public static int filledCircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)

filledEllipseColor

public static int filledEllipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color)

filledEllipseRGBA

public static int filledEllipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)

filledPieColor

public static int filledPieColor(SDL_Surface dst, short x, short y, short rad, short start, short end, long color)

filledPieRGBA

public static int filledPieRGBA(SDL_Surface dst, short x, short y, short rad, short start, short end, short r, short g, short b, short a)

filledPolygonColor

public static int filledPolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int color)

filledPolygonRGBA

public static int filledPolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)

filledTrigonColor

public static int filledTrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, int color)

filledTrigonRGBA

public 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)

hlineColor

public static int hlineColor(SDL_Surface dst, short x1, short x2, short y, long color)

hlineRGBA

public static int hlineRGBA(SDL_Surface dst, short x1, short x2, short y, short r, short g, short b, short a)

lineColor

public static int lineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)

lineRGBA

public static int lineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)

pixelColor

public static int pixelColor(SDL_Surface dst, short x, short y, long color)

pixelRGBA

public static int pixelRGBA(SDL_Surface dst, short x, short y, short r, short g, short b, short a)

polygonColor

public static int polygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color)

polygonRGBA

public static int polygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)

rectangleColor

public static int rectangleColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)

rectangleRGBA

public static int rectangleRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)

rotozoomSurface

public static SDL_Surface rotozoomSurface(SDL_Surface src, double angle, double zoom, int smooth)

rotozoomSurfaceSize

public static void rotozoomSurfaceSize(int width, int height, double angle, double zoom, int[] arg4, int[] arg5)

stringColor

public static int stringColor(SDL_Surface dst, short x, short y, String c, long color)

stringRGBA

public static int stringRGBA(SDL_Surface dst, short x, short y, String c, short r, short g, short b, short a)

SWIG_aapolygonColor

public static int SWIG_aapolygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, long color)

SWIG_aapolygonRGBA

public static int SWIG_aapolygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a)

SWIG_bezierColor

public static int SWIG_bezierColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, int s, long color)

SWIG_bezierRGBA

public static int SWIG_bezierRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, int s, short r, short g, short b, short a)

SWIG_filledPolygonColor

public static int SWIG_filledPolygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, int color)

SWIG_filledPolygonRGBA

public static int SWIG_filledPolygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a)

SWIG_polygonColor

public static int SWIG_polygonColor(SDL_Surface dst, Buffer vx, Buffer vy, int n, long color)

SWIG_polygonRGBA

public static int SWIG_polygonRGBA(SDL_Surface dst, Buffer vx, Buffer vy, int n, short r, short g, short b, short a)

trigonColor

public static int trigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color)

trigonRGBA

public 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)

vlineColor

public static int vlineColor(SDL_Surface dst, short x, short y1, short y2, long color)

vlineRGBA

public static int vlineRGBA(SDL_Surface dst, short x, short y1, short y2, short r, short g, short b, short a)

zoomSurface

public static SDL_Surface zoomSurface(SDL_Surface src, double zoomx, double zoomy, int smooth)

zoomSurfaceSize

public static void zoomSurfaceSize(int width, int height, double zoomx, double zoomy, int[] arg4, int[] arg5)