Uses of Interface
org.robokind.api.animation.player.AnimationJob

Packages that use AnimationJob
org.robokind.api.animation.player   
org.robokind.api.animation.utils   
 

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

Methods in org.robokind.api.animation.player that return AnimationJob
 AnimationJob AnimationPlayer.playAnimation(Animation animation)
          Creates an AnimationJob which plays the given Animation.
 AnimationJob AnimationPlayer.playAnimation(Animation animation, Long start, Long stop)
          Creates an AnimationJob which plays the given Animation.
 

Methods in org.robokind.api.animation.player that return types with arguments of type AnimationJob
 List<AnimationJob> AnimationPlayer.getCurrentAnimations()
          Returns a List of all uncleared AnimationJobs which have been played by the AnimationPlayer.
 

Methods in org.robokind.api.animation.player with parameters of type AnimationJob
 void AnimationPlayer.removeAnimationJob(AnimationJob job)
          Clears an AnimationJob from the List of AnimationJobs from the AnimationPlayer.
 

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

Methods in org.robokind.api.animation.utils that return AnimationJob
static AnimationJob AnimationUtils.playAnimation(org.osgi.framework.BundleContext context, String filter, Animation anim)
          Fetches an AnimationPlayer and plays the given Animation.
static AnimationJob AnimationUtils.playAnimation(org.osgi.framework.BundleContext context, String filter, Animation anim, long startTime, long stopTime)
          Fetches an AnimationPlayer and plays the given Animation with the given start and stop time.
 



Copyright © 2011. All Rights Reserved.