|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openscience.jmol.app.webexport.JmolInstance
class JmolInstance
| Field Summary | |
|---|---|
(package private) int |
bgColor
|
(package private) int |
height
|
(package private) String |
javaname
|
(package private) String |
name
|
(package private) String |
pictFile
|
(package private) boolean |
pictIsScratchFile
|
(package private) String |
script
|
(package private) boolean |
spinOn
|
(package private) JmolViewer |
viewer
|
(package private) BitSet |
whichWidgets
|
(package private) int |
width
|
| Constructor Summary | |
|---|---|
private |
JmolInstance(JmolViewer viewer,
String name,
int width,
int height,
int nWidgets)
|
| Method Summary | |
|---|---|
(package private) boolean |
addWidget(int widgetID)
|
(package private) boolean |
delete()
|
(package private) boolean |
deleteWidget(int widgetID)
|
static JmolInstance |
getInstance(JmolViewer viewer,
String name,
int width,
int height,
int widgets)
|
(package private) boolean |
movepict(String dirpath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String name
String javaname
String script
int width
int height
int bgColor
boolean spinOn
String pictFile
BitSet whichWidgets
boolean pictIsScratchFile
JmolViewer viewer
| Constructor Detail |
|---|
private JmolInstance(JmolViewer viewer,
String name,
int width,
int height,
int nWidgets)
| Method Detail |
|---|
public static JmolInstance getInstance(JmolViewer viewer,
String name,
int width,
int height,
int widgets)
boolean movepict(String dirpath)
throws IOException
IOException
boolean delete()
throws IOException
IOExceptionboolean addWidget(int widgetID)
boolean deleteWidget(int widgetID)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||