|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.engine.mesh.csMeshFactoryList
Field Summary |
Fields inherited from class crystalspace.jbind.impl.csNativeObject |
ImplFactory, nPointer |
Constructor Summary | |
csMeshFactoryList(iPointer nPointer)
|
Method Summary | |
int |
add(iMeshFactoryWrapper obj)
Add a mesh factory wrapper. |
int |
find(iMeshFactoryWrapper obj)
Find a mesh factory wrapper and return its index. |
iMeshFactoryWrapper |
findByName(java.lang.String Name)
Find a mesh factory wrapper by name. |
iMeshFactoryWrapper |
get(int n)
Return a mesh factory wrapper by index. |
int |
getCount()
Return the number of mesh factory wrappers in this list. |
java.lang.String |
getName()
Return the name of the interface |
int |
getVersion()
Return the version of the interface |
protected boolean |
isNativePointerValidSafe(long pointer)
|
boolean |
remove(iMeshFactoryWrapper obj)
Remove a mesh factory wrapper. |
boolean |
remove(int n)
Remove the nth mesh factory wrapper. |
void |
removeAll()
Remove all mesh factory wrappers. |
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 csMeshFactoryList(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 int getCount()
iMeshFactoryList
getCount
in interface iMeshFactoryList
iMeshFactoryList.getCount()
public iMeshFactoryWrapper get(int n)
iMeshFactoryList
get
in interface iMeshFactoryList
n
-
iMeshFactoryList.get(int)
public int add(iMeshFactoryWrapper obj)
iMeshFactoryList
add
in interface iMeshFactoryList
obj
-
iMeshFactoryList.add(crystalspace.jbind.interfaces.iengine.mesh.iMeshFactoryWrapper)
public boolean remove(iMeshFactoryWrapper obj)
iMeshFactoryList
remove
in interface iMeshFactoryList
obj
-
iMeshFactoryList.remove(crystalspace.jbind.interfaces.iengine.mesh.iMeshFactoryWrapper)
public boolean remove(int n)
iMeshFactoryList
remove
in interface iMeshFactoryList
n
-
iMeshFactoryList.remove(int)
public void removeAll()
iMeshFactoryList
removeAll
in interface iMeshFactoryList
iMeshFactoryList.removeAll()
public int find(iMeshFactoryWrapper obj)
iMeshFactoryList
find
in interface iMeshFactoryList
obj
-
iMeshFactoryList.find(crystalspace.jbind.interfaces.iengine.mesh.iMeshFactoryWrapper)
public iMeshFactoryWrapper findByName(java.lang.String Name)
iMeshFactoryList
findByName
in interface iMeshFactoryList
Name
-
iMeshFactoryList.findByName(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |