public class JSpecView extends Object implements JmolJSpecView
Constructor and Description |
---|
JSpecView() |
Modifier and Type | Method and Description |
---|---|
void |
atomPicked(int atomIndex) |
int |
getBaseModelIndex(int modelIndex) |
private String |
getPeakAtomRecord(int atomIndex) |
String |
processSync(String script,
int jsvMode) |
private void |
sendJSpecView(String peak) |
void |
setModel(int modelIndex) |
void |
setViewer(Viewer vwr) |
private Viewer vwr
public void setViewer(Viewer vwr)
setViewer
in interface JmolJSpecView
public void atomPicked(int atomIndex)
atomPicked
in interface JmolJSpecView
private String getPeakAtomRecord(int atomIndex)
private void sendJSpecView(String peak)
public void setModel(int modelIndex)
setModel
in interface JmolJSpecView
public int getBaseModelIndex(int modelIndex)
getBaseModelIndex
in interface JmolJSpecView
public String processSync(String script, int jsvMode)
processSync
in interface JmolJSpecView