Class AnimationIterator.HoldOnLast<T extends Timed>
java.lang.Object
kr.toxicity.model.api.animation.AnimationIterator.HoldOnLast<T>
- Type Parameters:
T- the type of keyframe
- All Implemented Interfaces:
Iterator<T>, AnimationIterator<T>
- Enclosing interface:
AnimationIterator<T extends Timed>
public static final class AnimationIterator.HoldOnLast<T extends Timed>
extends Object
implements AnimationIterator<T>
Implementation for
AnimationIterator.Type.HOLD_ON_LAST.- Since:
- 1.15.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface AnimationIterator
AnimationIterator.HoldOnLast<T>, AnimationIterator.Loop<T>, AnimationIterator.PlayOnce<T>, AnimationIterator.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Constructor Details
-
HoldOnLast
public HoldOnLast()
-
-
Method Details
-
clear
public void clear()Description copied from interface:AnimationIteratorResets the iterator to its initial state.- Specified by:
clearin interfaceAnimationIterator<T extends Timed>
-
hasNext
-
next
-
type
Description copied from interface:AnimationIteratorReturns the type of this animation iterator.- Specified by:
typein interfaceAnimationIterator<T extends Timed>- Returns:
- the animation type
-