org.robokind.api.animation.factory
Class AnimationFactory
java.lang.Object
org.robokind.api.animation.factory.AnimationFactory
- All Implemented Interfaces:
- org.robokind.api.common.utils.Factory<Animation>
public class AnimationFactory
- extends Object
- implements org.robokind.api.common.utils.Factory<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()
create
public Animation create()
- Returns a new empty Animation.
- Specified by:
create
in interface org.robokind.api.common.utils.Factory<Animation>
- Returns:
- a new empty Animation
Copyright © 2011. All Rights Reserved.