sdljava.x.swig

Class SDL_Color

public class SDL_Color extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
SDL_Color(long cPtr, boolean cMemoryOwn)
SDL_Color()
Method Summary
voiddelete()
protected voidfinalize()
shortgetB()
static longgetCPtr(SDL_Color obj)
shortgetG()
shortgetR()
shortgetUnused()
voidsetB(short value)
voidsetG(short value)
voidsetR(short value)
voidsetUnused(short value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_Color

public SDL_Color(long cPtr, boolean cMemoryOwn)

SDL_Color

public SDL_Color()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getB

public short getB()

getCPtr

public static long getCPtr(SDL_Color obj)

getG

public short getG()

getR

public short getR()

getUnused

public short getUnused()

setB

public void setB(short value)

setG

public void setG(short value)

setR

public void setR(short value)

setUnused

public void setUnused(short value)