|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This structure represents a list of lights.
Method Summary | |
int |
add(iLight obj)
Add a light. |
int |
find(iLight obj)
Find a light and return its index. |
iLight |
findByID(java.lang.String id)
Find a light by its ID value (16-byte MD5). |
iLight |
findByName(java.lang.String Name)
Find a light by name. |
iLight |
get(int n)
Return a light by index. |
int |
getCount()
Return the number of lights in this list. |
boolean |
remove(iLight obj)
Remove a light. |
boolean |
remove(int n)
Remove the nth light. |
void |
removeAll()
Remove all lights. |
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 iLight get(int n)
n
-
public int add(iLight obj)
obj
-
public boolean remove(iLight obj)
obj
-
public boolean remove(int n)
n
-
public void removeAll()
public int find(iLight obj)
obj
-
public iLight findByName(java.lang.String Name)
Name
-
public iLight findByID(java.lang.String id)
id
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |