org.robokind.api.animation.factory
Class AnimationFactory

java.lang.Object
  extended by 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

Constructor Summary
AnimationFactory()
           
 
Method Summary
 Animation create()
          Returns a new empty Animation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimationFactory

public AnimationFactory()
Method Detail

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.