org.jmol.export.image
Class AviCreator
java.lang.Object
org.jmol.export.image.AviCreator
- All Implemented Interfaces:
- JmolMovieCreatorInterface
public class AviCreator
- extends Object
- implements JmolMovieCreatorInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorMsg
String errorMsg
AviCreator
public AviCreator()
createMovie
public String createMovie(Viewer viewer,
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 interface JmolMovieCreatorInterface
- Returns:
- null if no error, errorMsg if an error occurs