Package org.jmol.api
Interface JmolJSpecView
-
- All Known Implementing Classes:
JSpecView
public interface JmolJSpecView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidatomPicked(int atomIndex)intgetBaseModelIndex(int modelIndex)java.lang.StringprocessSync(java.lang.String script, int mode)voidsetModel(int modelIndex)voidsetViewer(Viewer vwr)
-
-
-
Method Detail
-
setViewer
void setViewer(Viewer vwr)
-
atomPicked
void atomPicked(int atomIndex)
-
setModel
void setModel(int modelIndex)
-
getBaseModelIndex
int getBaseModelIndex(int modelIndex)
-
processSync
java.lang.String processSync(java.lang.String script, int mode)
-
-