Package org.jmol.api
Interface JmolMovieCreatorInterface
-
- All Known Implementing Classes:
AviCreator
public interface JmolMovieCreatorInterface
-
-
Method Summary
All Methods Instance Methods Abstract 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
-