public interface JmolStatusListener extends JmolCallbackListener
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createImage(java.lang.String fileName,
java.lang.String type,
java.lang.Object text_or_bytes,
int quality)
Starting with Jmol 11.8.RC5, for a context where the Jmol application
is embedded in another application simply to send the returned message
to the application.
|
java.lang.String |
eval(java.lang.String strEval) |
float[][] |
functionXY(java.lang.String functionName,
int x,
int y)
for isosurface FUNCTIONXY
|
float[][][] |
functionXYZ(java.lang.String functionName,
int nx,
int ny,
int nz)
for isosurface FUNCTIONXYZ
|
java.util.Map<java.lang.String,java.lang.Object> |
getJSpecViewProperty(java.lang.String type) |
java.util.Map<java.lang.String,java.lang.Object> |
getRegistryInfo() |
javajs.awt.Dimension |
resizeInnerPanel(java.lang.String data) |
void |
showUrl(java.lang.String url) |
notifyCallback, notifyEnabled, setCallbackFunction
java.lang.String eval(java.lang.String strEval)
float[][] functionXY(java.lang.String functionName, int x, int y)
functionName
- x
- y
- float[][][] functionXYZ(java.lang.String functionName, int nx, int ny, int nz)
functionName
- nx
- ny
- nz
- java.lang.String createImage(java.lang.String fileName, java.lang.String type, java.lang.Object text_or_bytes, int quality)
fileName
- type
- text_or_bytes
- information or null indicates message AFTER Jmol creates the imagequality
- java.util.Map<java.lang.String,java.lang.Object> getRegistryInfo()
void showUrl(java.lang.String url)
javajs.awt.Dimension resizeInnerPanel(java.lang.String data)
java.util.Map<java.lang.String,java.lang.Object> getJSpecViewProperty(java.lang.String type)