Uses of Class
org.robokind.api.animation.Animation

Packages that use Animation
org.robokind.api.animation   
org.robokind.api.animation.editor   
org.robokind.api.animation.editor.features   
org.robokind.api.animation.factory   
org.robokind.api.animation.player   
org.robokind.api.animation.utils   
org.robokind.api.animation.xml   
 

Uses of Animation in org.robokind.api.animation
 

Methods in org.robokind.api.animation that return Animation
 Animation Animation.clone()
          Returns a deep copy of the Animation.
 

Uses of Animation in org.robokind.api.animation.editor
 

Methods in org.robokind.api.animation.editor that return Animation
 Animation AnimationEditor.getAnimation()
           
 Animation AnimationEditor.getEnabledAnimation()
           
 

Constructors in org.robokind.api.animation.editor with parameters of type Animation
AnimationEditor(Animation a, String path, HistoryStack hist)
           
 

Uses of Animation in org.robokind.api.animation.editor.features
 

Methods in org.robokind.api.animation.editor.features that return Animation
 Animation AnimationTimeRange.getAnimationSegment()
           
 

Uses of Animation in org.robokind.api.animation.factory
 

Methods in org.robokind.api.animation.factory that return Animation
 Animation AnimationFactory.create()
          Returns a new empty Animation.
 

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

Methods in org.robokind.api.animation.player that return Animation
 Animation AnimationJob.getAnimation()
          Returns the Animation this AnimationJob is playing.
 

Methods in org.robokind.api.animation.player with parameters of type Animation
 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.
 

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

Methods in org.robokind.api.animation.utils with parameters of type Animation
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.
 

Uses of Animation in org.robokind.api.animation.xml
 

Methods in org.robokind.api.animation.xml that return Animation
static Animation AnimationXML.loadAnimation(String path)
           
 Animation AnimationFileReader.readAnimation(String file)
           
 

Methods in org.robokind.api.animation.xml with parameters of type Animation
static void AnimationXML.saveAnimation(String file, Animation a)
           
 void AnimationFileWriter.writeAnimation(String path, Animation anim)
           
 



Copyright © 2011. All Rights Reserved.