|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A list of meshes.
Method Summary | |
int |
add(iMeshWrapper obj)
Add a mesh. |
int |
find(iMeshWrapper obj)
Find a mesh and return its index. |
iMeshWrapper |
findByName(java.lang.String Name)
Find a mesh by name. |
iMeshWrapper |
get(int n)
Return a mesh by index. |
int |
getCount()
Return the number of meshes in this list. |
boolean |
remove(iMeshWrapper obj)
Remove a mesh. |
boolean |
remove(int n)
Remove the nth mesh. |
void |
removeAll()
Remove all meshes. |
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase |
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe |
Methods inherited from interface crystalspace.jbind.interfaces.iPointer |
changePointer, getPointer, isMemoryOwner, setMemoryOwner |
Method Detail |
public int getCount()
public iMeshWrapper get(int n)
n
-
public int add(iMeshWrapper obj)
obj
-
public boolean remove(iMeshWrapper obj)
obj
-
public boolean remove(int n)
n
-
public void removeAll()
public int find(iMeshWrapper obj)
obj
-
public iMeshWrapper findByName(java.lang.String Name)
Name
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |