Uses of Interface
org.robokind.api.animation.library.AnimationLibrary

Packages that use AnimationLibrary
org.robokind.api.animation.library   
org.robokind.api.animation.player   
org.robokind.api.animation.utils   
 

Uses of AnimationLibrary in org.robokind.api.animation.library
 

Classes in org.robokind.api.animation.library that implement AnimationLibrary
 class DefaultAnimationLibrary
           
 

Methods in org.robokind.api.animation.library that return AnimationLibrary
 AnimationLibrary AnimationLibraryLoader.loadAnimationFolder(String libraryId, AnimationFileReader reader, String path, boolean recursive)
           
 

Uses of AnimationLibrary in org.robokind.api.animation.player
 

Methods in org.robokind.api.animation.player with parameters of type AnimationLibrary
 void AnimationTriggerHandler.setAnimationLibrary(AnimationLibrary library)
           
 

Constructors in org.robokind.api.animation.player with parameters of type AnimationLibrary
AnimationTriggerHandler(AnimationLibrary library, AnimationPlayer player)
           
 

Uses of AnimationLibrary in org.robokind.api.animation.utils
 

Methods in org.robokind.api.animation.utils that return AnimationLibrary
static AnimationLibrary AnimationUtils.loadAnimationLibrary(org.osgi.framework.BundleContext context, String libraryId, String animationPath, boolean recursive, FilenameFilter filenameFilter)
           
 

Methods in org.robokind.api.animation.utils with parameters of type AnimationLibrary
static org.osgi.framework.ServiceRegistration AnimationUtils.registerAnimationLibrary(org.osgi.framework.BundleContext context, AnimationLibrary library, Properties serviceProps)
           
 



Copyright © 2011-2012. All Rights Reserved.