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, syncScript
public java.lang.Object setStereoGraphics(boolean isStereo)
protected void initOptions()
initOptions
in class GenericApplet
protected java.lang.String getJmolParameter(java.lang.String paramName)
getJmolParameter
in class GenericApplet
protected void doSendJsTextStatus(java.lang.String message)
doSendJsTextStatus
in class GenericApplet
protected void doSendJsTextareaStatus(java.lang.String message)
doSendJsTextareaStatus
in class GenericApplet
protected float[][] doFunctionXY(java.lang.String functionName, int nX, int nY)
doFunctionXY
in class GenericApplet
protected float[][][] doFunctionXYZ(java.lang.String functionName, int nX, int nY, int nZ)
doFunctionXYZ
in class GenericApplet
protected void doShowDocument(java.net.URL url)
doShowDocument
in class GenericApplet
protected java.lang.String doSendCallback(java.lang.String callback, java.lang.Object[] data, java.lang.String strInfo)
doSendCallback
in class GenericApplet
protected java.lang.String doEval(java.lang.String strEval)
doEval
in class GenericApplet
protected void doShowStatus(java.lang.String message)
doShowStatus
in class GenericApplet