class Widgets.StereoViewWidget extends Widgets.Widget
name| Constructor | Description |
|---|---|
StereoViewWidget() |
| Modifier and Type | Method | Description |
|---|---|---|
(package private) java.lang.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) java.lang.String |
getJavaScriptFileName() |
A COPY OF THIS .JS FILE MUST BE STORED IN THE html PART OF WEBEXPORT
|
(package private) java.lang.String[] |
getSupportFileNames() |
The list of files returned by this function should contain the full path to
each file.
|
java.lang.String getJavaScriptFileName()
Widgets.WidgetgetJavaScriptFileName in class Widgets.Widgetjava.lang.String[] getSupportFileNames()
Widgets.WidgetgetSupportFileNames in class Widgets.Widgetjava.lang.String getJavaScript(int appletID,
JmolInstance instance)
Widgets.WidgetgetJavaScript in class Widgets.Widget