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.library   
org.robokind.api.animation.messaging   
org.robokind.api.animation.player   
org.robokind.api.animation.protocol   
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.getValue()
          Returns a new empty Animation.
 

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

Methods in org.robokind.api.animation.library that return Animation
 Animation AnimationLibrary.getAnimation(org.robokind.api.common.config.VersionProperty version)
           
 Animation DefaultAnimationLibrary.getAnimation(org.robokind.api.common.config.VersionProperty version)
           
 

Methods in org.robokind.api.animation.library with parameters of type Animation
 void AnimationLibrary.add(Animation animation)
           
 void DefaultAnimationLibrary.add(Animation animation)
           
 void AnimationLibrary.remove(Animation animation)
           
 void DefaultAnimationLibrary.remove(Animation animation)
           
 

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

Methods in org.robokind.api.animation.messaging that return Animation
 Animation RemoteAnimationJob.getAnimation()
           
 

Methods in org.robokind.api.animation.messaging with parameters of type Animation
 AnimationJob RemoteAnimationPlayerClient.loopAnimation(Animation animation)
           
 AnimationJob RemoteAnimationPlayerClient.playAnimation(Animation animation)
           
 AnimationJob RemoteAnimationPlayerClient.playAnimation(Animation animation, Long start, Long stop)
           
 void RemoteAnimationPlayerClient.stopAnimation(Animation 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.protocol
 

Methods in org.robokind.api.animation.protocol that return Animation
 Animation AnimationEvent.getAnimation()
          Returns the Animation associated with this AnimationEvent.
 

Methods in org.robokind.api.animation.protocol with parameters of type Animation
 AnimationEvent AnimationEvent.AnimationEventFactory.createAnimationEvent(String clientId, String hostId, Animation animation)
           
 

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

Methods in org.robokind.api.animation.utils that return Animation
static Animation AnimationUtils.fetchAnimation(org.osgi.framework.BundleContext context, String animVersionName, String filter)
           
static Animation AnimationUtils.fetchAnimation(org.osgi.framework.BundleContext context, org.robokind.api.common.config.VersionProperty animVersion, String filter)
           
 

Methods in org.robokind.api.animation.utils with parameters of type Animation
static void AnimationUtils.addAnimationToLibrary(org.osgi.framework.BundleContext context, Animation animation, String filter)
           
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)
          Reads an Animation from a File.
 

Methods in org.robokind.api.animation.xml with parameters of type Animation
static void AnimationXML.saveAnimation(String file, Animation a, ChannelsParameterSource source, Set<SynchronizedPointGroup> syncPointGroups)
           
 void AnimationFileWriter.writeAnimation(String path, Animation anim, ChannelsParameterSource source, Set<SynchronizedPointGroup> syncPointGroups)
          Writes an Animation to File
 



Copyright © 2011-2013. All Rights Reserved.