org.openscience.jmol.app.webexport
class Widgets.StereoViewWidget extends Widgets.Widget
name
Constructor and Description |
---|
Widgets.StereoViewWidget() |
Modifier and Type | Method and Description |
---|---|
(package private) String |
getJavaScript(int appletID,
JmolInstance instance)
Each Widget must implement this function and make sure to use
the appletID number to specify the target applet i.e.
|
(package private) String |
getJavaScriptFileName()
A COPY OF THIS .JS FILE MUST BE STORED IN THE html PART OF WEBEXPORT
|
(package private) String[] |
getSupportFileNames()
The list of files returned by this function should contain the full path to
each file.
|
String getJavaScriptFileName()
Widgets.Widget
getJavaScriptFileName
in class Widgets.Widget
String[] getSupportFileNames()
Widgets.Widget
getSupportFileNames
in class Widgets.Widget
String getJavaScript(int appletID, JmolInstance instance)
Widgets.Widget
getJavaScript
in class Widgets.Widget