Package org.jmol.jsv
Class JSpecView
java.lang.Object
org.jmol.jsv.JSpecView
- All Implemented Interfaces:
JmolJSpecView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
atomPicked
(int atomIndex) int
getBaseModelIndex
(int modelIndex) processSync
(String script, int jsvMode) void
setModel
(int modelIndex) void
-
Constructor Details
-
JSpecView
public JSpecView()
-
-
Method Details
-
setViewer
- Specified by:
setViewer
in interfaceJmolJSpecView
-
atomPicked
public void atomPicked(int atomIndex) - Specified by:
atomPicked
in interfaceJmolJSpecView
-
setModel
public void setModel(int modelIndex) - Specified by:
setModel
in interfaceJmolJSpecView
-
getBaseModelIndex
public int getBaseModelIndex(int modelIndex) - Specified by:
getBaseModelIndex
in interfaceJmolJSpecView
-
processSync
- Specified by:
processSync
in interfaceJmolJSpecView
-