public interface JmolStatusListener extends JmolCallbackListener
Modifier and Type | Method and Description |
---|---|
String |
createImage(String fileName,
String type,
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.
|
String |
eval(String strEval) |
float[][] |
functionXY(String functionName,
int x,
int y)
for isosurface FUNCTIONXY
|
float[][][] |
functionXYZ(String functionName,
int nx,
int ny,
int nz)
for isosurface FUNCTIONXYZ
|
Map<String,Object> |
getJSpecViewProperty(String type) |
Map<String,Object> |
getRegistryInfo() |
javajs.awt.Dimension |
resizeInnerPanel(String data) |
void |
showUrl(String url) |
notifyCallback, notifyEnabled, setCallbackFunction
float[][] functionXY(String functionName, int x, int y)
functionName
- x
- y
- float[][][] functionXYZ(String functionName, int nx, int ny, int nz)
functionName
- nx
- ny
- nz
- String createImage(String fileName, String type, Object text_or_bytes, int quality)
fileName
- type
- text_or_bytes
- information or null indicates message AFTER Jmol creates the imagequality
- void showUrl(String url)
javajs.awt.Dimension resizeInnerPanel(String data)