Uses of Class
org.robokind.api.animation.editor.features.SynchronizedPointGroup

Packages that use SynchronizedPointGroup
org.robokind.api.animation.editor   
org.robokind.api.animation.editor.features   
org.robokind.api.animation.xml   
 

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

Methods in org.robokind.api.animation.editor that return SynchronizedPointGroup
 SynchronizedPointGroup ControlPointEditor.getPointGroup()
           
 

Methods in org.robokind.api.animation.editor that return types with arguments of type SynchronizedPointGroup
 Set<SynchronizedPointGroup> AnimationEditor.collectSynchronizedPointGroups()
           
 

Methods in org.robokind.api.animation.editor with parameters of type SynchronizedPointGroup
 void ControlPointEditor.setPointGroup(SynchronizedPointGroup group)
           
 

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

Methods in org.robokind.api.animation.editor.features with parameters of type SynchronizedPointGroup
static SyncPointGroupConfig.SyncGroupConfig SyncPointGroupConfig.createConfig(SynchronizedPointGroup group)
           
 

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

Method parameters in org.robokind.api.animation.xml with type arguments of type SynchronizedPointGroup
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.