Class ExportAnimationData


  • public class ExportAnimationData
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void end()  
      void writeFrameData​(int frameNo, java.lang.Object data)  
      void writeGlobalData​(java.lang.String key, java.lang.Object data)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportAnimationData

        public ExportAnimationData​(java.io.File file,
                                   TestObjet animation)
                            throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
    • Method Detail

      • writeGlobalData

        public void writeGlobalData​(java.lang.String key,
                                    java.lang.Object data)
      • writeFrameData

        public void writeFrameData​(int frameNo,
                                   java.lang.Object data)
      • end

        public void end()