org.robokind.api.animation.factory
Class AnimationFactory

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

Constructor Summary
AnimationFactory()
           
 
Method Summary
 Animation getValue()
          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

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.