public class Jmol extends GenericApplet
Modifier and Type | Field and Description |
---|---|
private Map<String,Object> |
htParams |
appletObject, callbacks, codeBase, documentBase, doTranslate, fullName, gRight, haveDocumentAccess, haveNotifiedError, htmlName, htRegistry, isJNLP, isJS, isSigned, isStereoSlave, language, mayScript, statusForm, statusText, statusTextarea, viewer, viewerOptions
Modifier and Type | Method and Description |
---|---|
protected String |
doEval(String strEval) |
protected float[][] |
doFunctionXY(String functionName,
int nX,
int nY) |
protected float[][][] |
doFunctionXYZ(String functionName,
int nX,
int nY,
int nZ) |
(package private) String |
doNotifySync(String info,
String appletName) |
protected String |
doSendCallback(String callback,
Object[] data,
String strInfo) |
protected void |
doSendJsTextareaStatus(String message) |
protected void |
doSendJsTextStatus(String message) |
protected void |
doShowDocument(URL url) |
protected void |
doShowStatus(String message) |
protected String |
getParameter(String paramName) |
protected void |
initOptions() |
Object |
setStereoGraphics(boolean isStereo) |
createImage, destroy, eval, functionXY, functionXYZ, getAppletInfo, getBooleanValue, getJSpecViewProperty, 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 Object setStereoGraphics(boolean isStereo)
protected void initOptions()
initOptions
in class GenericApplet
protected String getParameter(String paramName)
getParameter
in class GenericApplet
protected void doSendJsTextStatus(String message)
doSendJsTextStatus
in class GenericApplet
protected void doSendJsTextareaStatus(String message)
doSendJsTextareaStatus
in class GenericApplet
protected float[][] doFunctionXY(String functionName, int nX, int nY)
doFunctionXY
in class GenericApplet
protected float[][][] doFunctionXYZ(String functionName, int nX, int nY, int nZ)
doFunctionXYZ
in class GenericApplet
protected void doShowDocument(URL url)
doShowDocument
in class GenericApplet
protected String doSendCallback(String callback, Object[] data, String strInfo)
doSendCallback
in class GenericApplet
protected String doEval(String strEval)
doEval
in class GenericApplet
protected void doShowStatus(String message)
doShowStatus
in class GenericApplet