org.robokind.api.animation.library
Interface AnimationLibrary

All Known Implementing Classes:
DefaultAnimationLibrary

public interface AnimationLibrary

Author:
Matthew Stevenson

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)
           
 

Method Detail

getAnimationVersions

List<org.robokind.api.common.config.VersionProperty> getAnimationVersions()

getAnimation

Animation getAnimation(org.robokind.api.common.config.VersionProperty version)

add

void add(Animation animation)

remove

void remove(Animation animation)


Copyright © 2011. All Rights Reserved.