crystalspace.jbind.impl.video.txtmgr
Class csSuperLightmap
java.lang.Object
  
crystalspace.jbind.impl.csNativeObject
      
crystalspace.jbind.impl.csutil.scf.csBase
          
crystalspace.jbind.impl.video.txtmgr.csSuperLightmap
- All Implemented Interfaces: 
 - iBase, iPointer, iSuperLightmap
 
- public class csSuperLightmap
- extends csBase
- implements iSuperLightmap
   
- Author:
 
  - Quentin Anciaux
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
csSuperLightmap
public csSuperLightmap(iPointer nPointer)
- Parameters:
 nPointer - 
getVersion
public int getVersion()
- Description copied from interface: 
iBase 
- Return the version of the interface
- Specified by:
 getVersion in interface iBase- Specified by:
 getVersion in class csBase
 
- See Also:
 iBase.getVersion()
 
 
getName
public java.lang.String getName()
- Description copied from interface: 
iBase 
- Return the name of the interface
- Specified by:
 getName in interface iBase- Specified by:
 getName in class csBase
 
- See Also:
 iBase.getName()
 
 
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
 isNativePointerValidSafe in class csNativeObject
 
- See Also:
 csNativeObject.isNativePointerValidSafe(long)
 
dump
public iImage dump()
- Description copied from interface: 
iSuperLightmap 
- Retrieve an image of the whole SLM (for debugging purposes).
- Specified by:
 dump in interface iSuperLightmap
 
- Returns:
 - See Also:
 iSuperLightmap.dump()
 
 
registerLightmap
public iRendererLightmap registerLightmap(int left,
                                          int top,
                                          int width,
                                          int height)
- Description copied from interface: 
iSuperLightmap 
- Add a lightmap to this SLM.
- Specified by:
 registerLightmap in interface iSuperLightmap
 
- Parameters:
 left - top - width - height - 
- Returns:
 - See Also:
 iSuperLightmap.registerLightmap(int, int, int, int)