public class Jmol extends GenericApplet
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.lang.Object> |
htParams |
appletObject, callbacks, codeBase, documentBase, doTranslate, fullName, gRight, haveDocumentAccess, haveNotifiedError, htmlName, htRegistry, isJNLP, isJS, isSigned, isStereoSlave, language, mayScript, statusForm, statusText, statusTextarea, viewer, vwrOptions| Constructor and Description |
|---|
Jmol(java.util.Map<java.lang.String,java.lang.Object> vwrOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doEval(java.lang.String strEval) |
protected float[][] |
doFunctionXY(java.lang.String functionName,
int nX,
int nY) |
protected float[][][] |
doFunctionXYZ(java.lang.String functionName,
int nX,
int nY,
int nZ) |
protected java.lang.String |
doSendCallback(java.lang.String callback,
java.lang.Object[] data,
java.lang.String strInfo) |
protected void |
doSendJsTextareaStatus(java.lang.String message) |
protected void |
doSendJsTextStatus(java.lang.String message) |
protected void |
doShowDocument(java.net.URL url) |
protected void |
doShowStatus(java.lang.String message) |
protected java.lang.String |
getJmolParameter(java.lang.String paramName) |
protected void |
initOptions() |
java.lang.Object |
setStereoGraphics(boolean isStereo) |
createImage, destroy, eval, functionXY, functionXYZ, getAppletInfo, getBooleanValue, getJSpecViewProperty, getModelIndexFromId, getProperty, getProperty, getPropertyAsJSON, getPropertyAsJSON, getPropertyAsString, getPropertyAsString, getRegistryInfo, getValue, handleEvent, init, loadDOMNode, loadInline, loadInline, loadInline, loadInline, loadInlineArray, loadInlineString, notifyCallback, notifyEnabled, output, register, resizeInnerPanel, script, scriptCheck, scriptNoWait, scriptWait, scriptWait, scriptWaitOutput, setCallbackFunction, showUrl, syncScriptpublic java.lang.Object setStereoGraphics(boolean isStereo)
protected void initOptions()
initOptions in class GenericAppletprotected java.lang.String getJmolParameter(java.lang.String paramName)
getJmolParameter in class GenericAppletprotected void doSendJsTextStatus(java.lang.String message)
doSendJsTextStatus in class GenericAppletprotected void doSendJsTextareaStatus(java.lang.String message)
doSendJsTextareaStatus in class GenericAppletprotected float[][] doFunctionXY(java.lang.String functionName,
int nX,
int nY)
doFunctionXY in class GenericAppletprotected float[][][] doFunctionXYZ(java.lang.String functionName,
int nX,
int nY,
int nZ)
doFunctionXYZ in class GenericAppletprotected void doShowDocument(java.net.URL url)
doShowDocument in class GenericAppletprotected java.lang.String doSendCallback(java.lang.String callback,
java.lang.Object[] data,
java.lang.String strInfo)
doSendCallback in class GenericAppletprotected java.lang.String doEval(java.lang.String strEval)
doEval in class GenericAppletprotected void doShowStatus(java.lang.String message)
doShowStatus in class GenericApplet