sdljava.x.swig
Class SDL_Surface

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

public class SDL_Surface
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
private  long swigCPtr
           
 
Constructor Summary
  SDL_Surface()
           
protected SDL_Surface(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 SDL_Rect getClip_rect()
           
protected static long getCPtr(SDL_Surface obj)
           
 long getFlags()
           
 long getFormat_version()
           
 SDL_PixelFormat getFormat()
           
 int getH()
           
 SWIGTYPE_p_private_hwdata getHwdata()
           
 long getLocked()
           
 SWIGTYPE_p_SDL_BlitMap getMap()
           
 int getOffset()
           
 int getPitch()
           
 int getRefcount()
           
 long getUnused1()
           
 int getW()
           
 void setClip_rect(SDL_Rect clip_rect)
           
 void setFlags(long flags)
           
 void setFormat_version(long format_version)
           
 void setFormat(SDL_PixelFormat format)
           
 void setH(int h)
           
 void setHwdata(SWIGTYPE_p_private_hwdata hwdata)
           
 void setLocked(long locked)
           
 void setMap(SWIGTYPE_p_SDL_BlitMap map)
           
 void setOffset(int offset)
           
 void setPitch(int pitch)
           
 void setRefcount(int refcount)
           
 void setUnused1(long unused1)
           
 void setW(int w)
           
 
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_Surface

protected SDL_Surface(long cPtr,
                      boolean cMemoryOwn)

SDL_Surface

public SDL_Surface()
Method Detail

getCPtr

protected static long getCPtr(SDL_Surface obj)

finalize

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

delete

public void delete()

setFlags

public void setFlags(long flags)

getFlags

public long getFlags()

setFormat

public void setFormat(SDL_PixelFormat format)

getFormat

public SDL_PixelFormat getFormat()

setW

public void setW(int w)

getW

public int getW()

setH

public void setH(int h)

getH

public int getH()

setPitch

public void setPitch(int pitch)

getPitch

public int getPitch()

setOffset

public void setOffset(int offset)

getOffset

public int getOffset()

setHwdata

public void setHwdata(SWIGTYPE_p_private_hwdata hwdata)

getHwdata

public SWIGTYPE_p_private_hwdata getHwdata()

setClip_rect

public void setClip_rect(SDL_Rect clip_rect)

getClip_rect

public SDL_Rect getClip_rect()

setUnused1

public void setUnused1(long unused1)

getUnused1

public long getUnused1()

setLocked

public void setLocked(long locked)

getLocked

public long getLocked()

setMap

public void setMap(SWIGTYPE_p_SDL_BlitMap map)

getMap

public SWIGTYPE_p_SDL_BlitMap getMap()

setFormat_version

public void setFormat_version(long format_version)

getFormat_version

public long getFormat_version()

setRefcount

public void setRefcount(int refcount)

getRefcount

public int getRefcount()