Package kr.toxicity.model.api.animation
Class AnimationIterator.PlayOnce<T extends Timed>
java.lang.Object
kr.toxicity.model.api.animation.AnimationIterator.PlayOnce<T>
- All Implemented Interfaces:
Iterator<T>,AnimationIterator<T>
- Enclosing interface:
AnimationIterator<T extends Timed>
public static final class AnimationIterator.PlayOnce<T extends Timed>
extends Object
implements AnimationIterator<T>
Play once
-
Nested Class Summary
Nested classes/interfaces inherited from interface kr.toxicity.model.api.animation.AnimationIterator
AnimationIterator.HoldOnLast<T extends Timed>, AnimationIterator.Loop<T extends Timed>, AnimationIterator.PlayOnce<T extends Timed>, AnimationIterator.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
PlayOnce
public PlayOnce()
-
-
Method Details
-
clear
public void clear()Description copied from interface:AnimationIteratorClears this iterator- Specified by:
clearin interfaceAnimationIterator<T extends Timed>
-
hasNext
public boolean hasNext() -
next
-
type
Description copied from interface:AnimationIteratorGets an animation type- Specified by:
typein interfaceAnimationIterator<T extends Timed>- Returns:
- type
-