Class JmolInstance
java.lang.Object
org.openscience.jmol.app.webexport.JmolInstance
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) String
(package private) String
(package private) String
(package private) boolean
(package private) String
(package private) boolean
(package private) JmolViewer
(package private) javajs.util.BS
(package private) int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
JmolInstance
(JmolViewer vwr, String name, int width, int height, int nWidgets) -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
addWidget
(int widgetID) (package private) boolean
delete()
(package private) boolean
deleteWidget
(int widgetID) static JmolInstance
getInstance
(JmolViewer vwr, String name, int width, int height, int widgets) (package private) boolean
-
Field Details
-
name
String name -
javaname
String javaname -
script
String script -
width
int width -
height
int height -
bgColor
int bgColor -
spinOn
boolean spinOn -
pictFile
String pictFile -
whichWidgets
javajs.util.BS whichWidgets -
pictIsScratchFile
boolean pictIsScratchFile -
vwr
JmolViewer vwr
-
-
Constructor Details
-
JmolInstance
-
-
Method Details
-
getInstance
public static JmolInstance getInstance(JmolViewer vwr, String name, int width, int height, int widgets) -
movepict
- Throws:
IOException
-
delete
- Throws:
IOException
-
addWidget
boolean addWidget(int widgetID) -
deleteWidget
boolean deleteWidget(int widgetID)
-