sdljava.x.swig
Class SWIG_SDLGfx
java.lang.Object
sdljava.x.swig.SWIG_SDLGfx
public class SWIG_SDLGfx
- extends java.lang.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,
java.lang.String c,
long color)
|
static int |
stringRGBA(SDL_Surface dst,
short x,
short y,
java.lang.String c,
short r,
short g,
short b,
short a)
|
static int |
SWIG_aapolygonColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
long color)
|
static int |
SWIG_aapolygonRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
short r,
short g,
short b,
short a)
|
static int |
SWIG_bezierColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
int s,
long color)
|
static int |
SWIG_bezierRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
int s,
short r,
short g,
short b,
short a)
|
static int |
SWIG_filledPolygonColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
int color)
|
static int |
SWIG_filledPolygonRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
short r,
short g,
short b,
short a)
|
static int |
SWIG_polygonColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
long color)
|
static int |
SWIG_polygonRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWIG_SDLGfx
public SWIG_SDLGfx()
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
stringColor
public static int stringColor(SDL_Surface dst,
short x,
short y,
java.lang.String c,
long color)
stringRGBA
public static int stringRGBA(SDL_Surface dst,
short x,
short y,
java.lang.String c,
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)
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)
SWIG_polygonColor
public static int SWIG_polygonColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
long color)
SWIG_polygonRGBA
public static int SWIG_polygonRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
short r,
short g,
short b,
short a)
SWIG_aapolygonColor
public static int SWIG_aapolygonColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
long color)
SWIG_aapolygonRGBA
public static int SWIG_aapolygonRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
short r,
short g,
short b,
short a)
SWIG_filledPolygonColor
public static int SWIG_filledPolygonColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
int color)
SWIG_filledPolygonRGBA
public static int SWIG_filledPolygonRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
short r,
short g,
short b,
short a)
SWIG_bezierColor
public static int SWIG_bezierColor(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
int s,
long color)
SWIG_bezierRGBA
public static int SWIG_bezierRGBA(SDL_Surface dst,
java.nio.Buffer vx,
java.nio.Buffer vy,
int n,
int s,
short r,
short g,
short b,
short a)