Package org.jmol.image
Class AviCreator
- java.lang.Object
-
- org.jmol.image.AviCreator
-
- All Implemented Interfaces:
JmolMovieCreatorInterface
public class AviCreator extends java.lang.Object implements JmolMovieCreatorInterface
-
-
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
-
-
-
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 interfaceJmolMovieCreatorInterface
- Returns:
- null if no error, errorMsg if an error occurs
-
-