sdljava.x.swig
Class SDL_ExposeEvent

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

public class SDL_ExposeEvent
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_ExposeEvent()
           
protected SDL_ExposeEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(SDL_ExposeEvent obj)
           
 short getType()
           
 void setType(short type)
           
 
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_ExposeEvent

protected SDL_ExposeEvent(long cPtr,
                          boolean cMemoryOwn)

SDL_ExposeEvent

public SDL_ExposeEvent()
Method Detail

getCPtr

protected static long getCPtr(SDL_ExposeEvent obj)

finalize

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

delete

public void delete()

setType

public void setType(short type)

getType

public short getType()