org.robokind.api.animation.library
Interface AnimationLibrary

All Known Implementing Classes:
DefaultAnimationLibrary

public interface AnimationLibrary

Author:
Matthew Stevenson

Field Summary
static String PROP_ANIM_PLAYER_ID
           
 
Method Summary
 void add(Animation animation)
           
 void clear()
           
 Animation getAnimation(org.robokind.api.common.config.VersionProperty version)
           
 String getAnimationLibraryId()
           
 List<org.robokind.api.common.config.VersionProperty> getAnimationVersions()
           
 void remove(Animation animation)
           
 

Field Detail

PROP_ANIM_PLAYER_ID

static final String PROP_ANIM_PLAYER_ID
See Also:
Constant Field Values
Method Detail

getAnimationLibraryId

String getAnimationLibraryId()

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)

clear

void clear()


Copyright © 2011-2013. All Rights Reserved.