sdljava.x.swig
Class SDL_Surface
java.lang.Object
sdljava.x.swig.SDL_Surface
public class SDL_Surface
- 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_Surface
protected SDL_Surface(long cPtr,
boolean cMemoryOwn)
SDL_Surface
public SDL_Surface()
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()