|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.collada.datastructs.animation.SkeletonIterator
public class SkeletonIterator
Iterator for an easy management of a Skeleton's Bones.
| Constructor Summary | |
|---|---|
SkeletonIterator(Skeleton skeleton)
Creates an iterator for the bones of the skeleton |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Bone |
next()
|
void |
remove()
|
void |
reset()
Reset the iterator to it's initial position |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SkeletonIterator(Skeleton skeleton)
skeleton - | Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Bone>public Bone next()
next in interface java.util.Iterator<Bone>public void remove()
remove in interface java.util.Iterator<Bone>public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||