org.robokind.api.animation.library
Class DefaultAnimationLibrary

java.lang.Object
  extended by org.robokind.api.animation.library.DefaultAnimationLibrary
All Implemented Interfaces:
AnimationLibrary

public class DefaultAnimationLibrary
extends Object
implements AnimationLibrary

Author:
Matthew Stevenson

Constructor Summary
DefaultAnimationLibrary()
           
 
Method Summary
 void add(Animation animation)
           
 Animation getAnimation(org.robokind.api.common.config.VersionProperty version)
           
 List<org.robokind.api.common.config.VersionProperty> getAnimationVersions()
           
 void remove(Animation animation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAnimationLibrary

public DefaultAnimationLibrary()
Method Detail

getAnimationVersions

public List<org.robokind.api.common.config.VersionProperty> getAnimationVersions()
Specified by:
getAnimationVersions in interface AnimationLibrary

getAnimation

public Animation getAnimation(org.robokind.api.common.config.VersionProperty version)
Specified by:
getAnimation in interface AnimationLibrary

add

public void add(Animation animation)
Specified by:
add in interface AnimationLibrary

remove

public void remove(Animation animation)
Specified by:
remove in interface AnimationLibrary


Copyright © 2011. All Rights Reserved.