Package org.jmol.image
Class AviCreator
- java.lang.Object
-
- org.jmol.image.AviCreator
-
- All Implemented Interfaces:
JmolMovieCreatorInterface
public class AviCreator extends Object implements JmolMovieCreatorInterface
-
-
Constructor Summary
Constructors Constructor Description AviCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createMovie(Viewer vwr, String[] files, int width, int height, int fps, String fileName)
create a movie from a set of image files
-
-
-
Field Detail
-
errorMsg
String errorMsg
-
-
Method Detail
-
createMovie
public String createMovie(Viewer vwr, String[] files, int width, int height, int fps, 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
-
-