Package org.jmol.jsv
Class JSpecView
java.lang.Object
org.jmol.jsv.JSpecView
- All Implemented Interfaces:
JmolJSpecView
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
atomPicked
(int atomIndex) int
getBaseModelIndex
(int modelIndex) private String
getPeakAtomRecord
(int atomIndex) processSync
(String script, int jsvMode) private void
sendJSpecView
(String peak) void
setModel
(int modelIndex) void
-
Field Details
-
vwr
-
-
Constructor Details
-
JSpecView
public JSpecView()
-
-
Method Details
-
setViewer
- Specified by:
setViewer
in interfaceJmolJSpecView
-
atomPicked
public void atomPicked(int atomIndex) - Specified by:
atomPicked
in interfaceJmolJSpecView
-
getPeakAtomRecord
-
sendJSpecView
-
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
-