Class AviCreator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String errorMsg  
    • Constructor Summary

      Constructors 
      Constructor Description
      AviCreator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String createMovie​(Viewer vwr, java.lang.String[] files, int width, int height, int fps, java.lang.String fileName)
      create a movie from a set of image files
      • Methods inherited from class java.lang.Object

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

      • errorMsg

        java.lang.String errorMsg
    • Constructor Detail

      • AviCreator

        public AviCreator()
    • Method Detail

      • createMovie

        public java.lang.String createMovie​(Viewer vwr,
                                            java.lang.String[] files,
                                            int width,
                                            int height,
                                            int fps,
                                            java.lang.String fileName)
        Description copied from interface: JmolMovieCreatorInterface
        create a movie from a set of image files
        Specified by:
        createMovie in interface JmolMovieCreatorInterface
        Returns:
        null if no error, errorMsg if an error occurs