sdljava.x.swig
Class SDL_Palette
java.lang.Object
  
sdljava.x.swig.SDL_Palette
public class SDL_Palette
- extends java.lang.Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
swigCPtr
private long swigCPtr
swigCMemOwn
protected boolean swigCMemOwn
SDL_Palette
protected SDL_Palette(long cPtr,
                      boolean cMemoryOwn)
SDL_Palette
public SDL_Palette()
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()