sdljava.x.swig

Class SDL_Palette

public class SDL_Palette extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
protected SDL_Palette(long cPtr, boolean cMemoryOwn)
SDL_Palette()
Method Summary
voiddelete()
protected voidfinalize()
SDL_ColorgetColors()
protected static longgetCPtr(SDL_Palette obj)
intgetNcolors()
voidsetColors(SDL_Color value)
voidsetNcolors(int value)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

SDL_Palette

protected SDL_Palette(long cPtr, boolean cMemoryOwn)

SDL_Palette

public SDL_Palette()

Method Detail

delete

public void delete()

finalize

protected void finalize()

getColors

public SDL_Color getColors()

getCPtr

protected static long getCPtr(SDL_Palette obj)

getNcolors

public int getNcolors()

setColors

public void setColors(SDL_Color value)

setNcolors

public void setNcolors(int value)