org.robokind.api.animation.xml
Interface AnimationFileWriter


public interface AnimationFileWriter

Interface for writing an Animation to File.

Author:
Matthew Stevenson

Method Summary
 void writeAnimation(String path, Animation anim, ChannelsParameterSource source, Set<SynchronizedPointGroup> syncPointGroups)
          Writes an Animation to File
 

Method Detail

writeAnimation

void writeAnimation(String path,
                    Animation anim,
                    ChannelsParameterSource source,
                    Set<SynchronizedPointGroup> syncPointGroups)
                    throws Exception
Writes an Animation to File

Parameters:
path - path of the File to write to
anim - Animation to write
Throws:
Exception - if there is an error


Copyright © 2011-2013. All Rights Reserved.