|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.map.ldrctxt.csLoaderContext
Field Summary |
Fields inherited from class crystalspace.jbind.impl.csNativeObject |
ImplFactory, nPointer |
Constructor Summary | |
csLoaderContext(iPointer nPointer)
|
Method Summary | |
boolean |
checkDupes()
Return true if we check for dupes (to avoid objects with same name being loaded again. |
boolean |
currentRegionOnly()
Return true if we only want to look for objects in the region given by GetRegion();. |
iLight |
findLight(java.lang.String name)
Find a light. |
iMaterialWrapper |
findMaterial(java.lang.String name)
Find a material. |
iMeshFactoryWrapper |
findMeshFactory(java.lang.String name)
Find a mesh factory. |
iMeshWrapper |
findMeshObject(java.lang.String name)
Find a mesh object. |
iSector |
findSector(java.lang.String name)
Find a sector. |
iTextureWrapper |
findTexture(java.lang.String name)
Find a texture. |
java.lang.String |
getName()
Return the name of the interface |
iRegion |
getRegion()
Return a region if we only want to load in that region. 0 otherwise. |
int |
getVersion()
Return the version of the interface |
protected boolean |
isNativePointerValidSafe(long pointer)
|
Methods inherited from class crystalspace.jbind.impl.csutil.scf.csBase |
decRef, equals, finalize, getRefCount, incRef, nDelete, queryInterface, queryInterfaceSafe |
Methods inherited from class crystalspace.jbind.impl.csNativeObject |
changePointer, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, newNativeObject, setMemoryOwner, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase |
decRef, getRefCount, incRef, queryInterface, queryInterfaceSafe |
Methods inherited from interface crystalspace.jbind.interfaces.iPointer |
changePointer, getPointer, isMemoryOwner, setMemoryOwner |
Constructor Detail |
public csLoaderContext(iPointer nPointer)
nPointer
- Method Detail |
public int getVersion()
iBase
getVersion
in interface iBase
getVersion
in class csBase
iBase.getVersion()
public java.lang.String getName()
iBase
getName
in interface iBase
getName
in class csBase
iBase.getName()
protected boolean isNativePointerValidSafe(long pointer)
isNativePointerValidSafe
in class csNativeObject
csNativeObject.isNativePointerValidSafe(long)
public boolean checkDupes()
iLoaderContext
checkDupes
in interface iLoaderContext
iLoaderContext.checkDupes()
public boolean currentRegionOnly()
iLoaderContext
currentRegionOnly
in interface iLoaderContext
iLoaderContext.currentRegionOnly()
public iLight findLight(java.lang.String name)
iLoaderContext
findLight
in interface iLoaderContext
name
-
iLoaderContext.findLight(java.lang.String)
public iMaterialWrapper findMaterial(java.lang.String name)
iLoaderContext
findMaterial
in interface iLoaderContext
name
-
iLoaderContext.findMaterial(java.lang.String)
public iMeshFactoryWrapper findMeshFactory(java.lang.String name)
iLoaderContext
findMeshFactory
in interface iLoaderContext
name
-
iLoaderContext.findMeshFactory(java.lang.String)
public iMeshWrapper findMeshObject(java.lang.String name)
iLoaderContext
findMeshObject
in interface iLoaderContext
name
-
iLoaderContext.findMeshObject(java.lang.String)
public iSector findSector(java.lang.String name)
iLoaderContext
findSector
in interface iLoaderContext
name
-
iLoaderContext.findSector(java.lang.String)
public iTextureWrapper findTexture(java.lang.String name)
iLoaderContext
findTexture
in interface iLoaderContext
name
-
iLoaderContext.findTexture(java.lang.String)
public iRegion getRegion()
iLoaderContext
getRegion
in interface iLoaderContext
iLoaderContext.getRegion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |