sdljava.x.swig
Class SDL_Palette

java.lang.Object
  extended by sdljava.x.swig.SDL_Palette

public class SDL_Palette
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_Palette()
           
protected SDL_Palette(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 SDL_Color getColors()
           
protected static long getCPtr(SDL_Palette obj)
           
 int getNcolors()
           
 void setColors(SDL_Color colors)
           
 void setNcolors(int ncolors)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

SDL_Palette

protected SDL_Palette(long cPtr,
                      boolean cMemoryOwn)

SDL_Palette

public SDL_Palette()
Method Detail

getCPtr

protected static long getCPtr(SDL_Palette obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setNcolors

public void setNcolors(int ncolors)

getNcolors

public int getNcolors()

setColors

public void setColors(SDL_Color colors)

getColors

public SDL_Color getColors()