|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a list of texture wrappers.
Method Summary | |
int |
add(iTextureWrapper obj)
Add a texture. |
int |
find(iTextureWrapper obj)
Find a texture and return its index. |
iTextureWrapper |
findByName(java.lang.String Name)
Find a texture by name. |
iTextureWrapper |
get(int n)
Return a texture by index. |
int |
getCount()
Return the number of textures in this list. |
iTextureWrapper |
newTexture(iImage image)
Create a new texture. |
iTextureWrapper |
newTexture(iTextureHandle ith)
Create a engine wrapper for a pre-prepared iTextureHandle The handle will be IncRefed. |
boolean |
remove(int n)
Remove the nth texture. |
boolean |
remove(iTextureWrapper obj)
Remove a texture. |
void |
removeAll()
Remove all textures. |
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 add(iTextureWrapper obj)
obj
-
public int find(iTextureWrapper obj)
obj
-
public iTextureWrapper findByName(java.lang.String Name)
Name
-
public iTextureWrapper get(int n)
n
-
public int getCount()
public iTextureWrapper newTexture(iTextureHandle ith)
ith
-
public iTextureWrapper newTexture(iImage image)
image
-
public boolean remove(int n)
n
-
public boolean remove(iTextureWrapper obj)
obj
-
public void removeAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |