|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JmolStatusListener
| Method Summary | |
|---|---|
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> |
getRegistryInfo()
|
void |
resizeInnerPanel(String data)
|
void |
showUrl(String url)
|
| Methods inherited from interface org.jmol.api.JmolCallbackListener |
|---|
notifyCallback, notifyEnabled, setCallbackFunction |
| Method Detail |
|---|
String eval(String strEval)
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 -
Map<String,Object> getRegistryInfo()
void showUrl(String url)
void resizeInnerPanel(String data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||