X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fjalview%2Fappletgui%2FAppletJmol.js;h=b8f808a4dba80c5e4436e1aebf3b3700e001efd5;hp=d2a97b863190708604b00cb9313e35c9a2b79556;hb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/jalview/appletgui/AppletJmol.js b/bin/jalview/appletgui/AppletJmol.js index d2a97b8..b8f808a 100644 --- a/bin/jalview/appletgui/AppletJmol.js +++ b/bin/jalview/appletgui/AppletJmol.js @@ -1,48 +1,48 @@ -Clazz.declarePackage ("jalview.appletgui"); -Clazz.load (["awt2swing.Panel", "java.awt.Dimension", "java.util.ArrayList"], "jalview.appletgui.AppletJmol", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.scriptWindow = null; -this.inputLine = null; -this.history = null; -this.renderPanel = null; -this.ap = null; -this._aps = null; -this.fileLoadingError = null; -this.loadedInline = false; -this.fr = null; -this.jmb = null; -if (!Clazz.isClassDefined ("jalview.appletgui.AppletJmol.RenderPanel")) { -jalview.appletgui.AppletJmol.$AppletJmol$RenderPanel$ (); -} -Clazz.instantialize (this, arguments); -}, jalview.appletgui, "AppletJmol"); -Clazz.prepareFields (c$, function () { -this._aps = new java.util.ArrayList (); -}); -Clazz.makeConstructor (c$, -function (entry, sequenceIs, object, ap2, uRL) { -}, "jalview.datamodel.PDBEntry,~A,~O,jalview.appletgui.AlignmentPanel,~S"); -Clazz.defineMethod (c$, "setJalviewColourScheme", -function (ucs) { -}, "jalview.schemes.UserColourScheme"); -c$.$AppletJmol$RenderPanel$ = function () { -Clazz.pu$h (); -c$ = Clazz.decorateAsClass (function () { -Clazz.prepareCallback (this, arguments); -this.currentSize = null; -Clazz.instantialize (this, arguments); -}, jalview.appletgui.AppletJmol, "RenderPanel", awt2swing.Panel); -Clazz.prepareFields (c$, function () { -this.currentSize = new java.awt.Dimension (); -}); -Clazz.overrideMethod (c$, "update", -function (a) { -this.paint (a); -}, "java.awt.Graphics"); -Clazz.defineMethod (c$, "PaintComponent", -function (a) { -this.currentSize = this.getSize (); -}, "java.awt.Graphics"); -c$ = Clazz.p0p (); -}; -}); +Clazz.declarePackage ("jalview.appletgui"); +Clazz.load (["awt2swing.Panel", "java.awt.Dimension", "java.util.ArrayList"], "jalview.appletgui.AppletJmol", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.scriptWindow = null; +this.inputLine = null; +this.history = null; +this.renderPanel = null; +this.ap = null; +this._aps = null; +this.fileLoadingError = null; +this.loadedInline = false; +this.fr = null; +this.jmb = null; +if (!Clazz.isClassDefined ("jalview.appletgui.AppletJmol.RenderPanel")) { +jalview.appletgui.AppletJmol.$AppletJmol$RenderPanel$ (); +} +Clazz.instantialize (this, arguments); +}, jalview.appletgui, "AppletJmol"); +Clazz.prepareFields (c$, function () { +this._aps = new java.util.ArrayList (); +}); +Clazz.makeConstructor (c$, +function (entry, sequenceIs, object, ap2, uRL) { +}, "jalview.datamodel.PDBEntry,~A,~O,jalview.appletgui.AlignmentPanel,~S"); +Clazz.defineMethod (c$, "setJalviewColourScheme", +function (ucs) { +}, "jalview.schemes.UserColourScheme"); +c$.$AppletJmol$RenderPanel$ = function () { +Clazz.pu$h (); +c$ = Clazz.decorateAsClass (function () { +Clazz.prepareCallback (this, arguments); +this.currentSize = null; +Clazz.instantialize (this, arguments); +}, jalview.appletgui.AppletJmol, "RenderPanel", awt2swing.Panel); +Clazz.prepareFields (c$, function () { +this.currentSize = new java.awt.Dimension (); +}); +Clazz.overrideMethod (c$, "update", +function (a) { +this.paint (a); +}, "java.awt.Graphics"); +Clazz.defineMethod (c$, "PaintComponent", +function (a) { +this.currentSize = this.getSize (); +}, "java.awt.Graphics"); +c$ = Clazz.p0p (); +}; +});