org.robokind.api.animation.xml
Interface AnimationFileReader


public interface AnimationFileReader

Interface for reading an Animation from File.

Author:
Matthew Stevenson

Method Summary
 Animation readAnimation(String file)
          Reads an Animation from a File.
 

Method Detail

readAnimation

Animation readAnimation(String file)
                        throws Exception
Reads an Animation from a File.

Parameters:
file - File to read
Returns:
Animation read from the File
Throws:
Exception - if an error occurs


Copyright © 2011-2013. All Rights Reserved.