public interface JmolMovieCreatorInterface
Modifier and Type | Method and Description |
---|---|
String |
createMovie(Viewer vwr,
String[] files,
int width,
int height,
int fps,
String fileName)
create a movie from a set of image files
|