UNPKG

biojs-vis-pdbviewer

Version:

A BioJS 2.0 component to view protein structures

12 lines (11 loc) 459 B
Clazz.declarePackage ("J.image"); Clazz.load (["J.api.JmolMovieCreatorInterface"], "J.image.AviCreator", null, function () { c$ = Clazz.decorateAsClass (function () { this.errorMsg = null; Clazz.instantialize (this, arguments); }, J.image, "AviCreator", null, J.api.JmolMovieCreatorInterface); Clazz.overrideMethod (c$, "createMovie", function (vwr, files, width, height, fps, fileName) { return this.errorMsg; }, "JV.Viewer,~A,~N,~N,~N,~S"); });