|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.util.SubTextureCollector
public class SubTextureCollector
Sub textures (TransformableTexture
s) are collected here.
Constructor Summary | |
---|---|
SubTextureCollector()
|
Method Summary | |
---|---|
void |
add(TransformableTexture subTexture)
Adds a TransformableTexture to the end of the list. |
TransformableTexture |
get(int index)
Gets the index-th sub texture from the list. |
int |
getNumberOf()
Gets the number of sub textures in the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubTextureCollector()
Method Detail |
---|
public void add(TransformableTexture subTexture)
TransformableTexture
to the end of the list.
subTexture
- public final int getNumberOf()
public final TransformableTexture get(int index)
index
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |