org.robokind.api.animation.factory
Class AnimationFactory
java.lang.Object
org.robokind.api.animation.factory.AnimationFactory
- All Implemented Interfaces:
- org.jflux.api.core.Source<Animation>
public class AnimationFactory
- extends Object
- implements org.jflux.api.core.Source<Animation>
A class for creating new Animations.
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimationFactory
public AnimationFactory()
getValue
public Animation getValue()
- Returns a new empty Animation.
- Specified by:
getValue
in interface org.jflux.api.core.Source<Animation>
- Returns:
- a new empty Animation
Copyright © 2011-2013. All Rights Reserved.