org.jmol.api
public abstract class JmolSimpleViewer extends Object
Modifier and Type | Field and Description |
---|---|
protected ApiPlatform |
apiPlatform |
Constructor and Description |
---|
JmolSimpleViewer() |
Modifier and Type | Method and Description |
---|---|
static JmolSimpleViewer |
allocateSimpleViewer(Object container,
JmolAdapter jmolAdapter)
This is the main access point for creating an application
or applet viewer.
|
abstract String |
evalFile(String strFilename) |
abstract String |
evalString(String strScript) |
abstract Object |
getProperty(String returnType,
String infoType,
Object paramInfo) |
abstract String |
openDOM(Object DOMNode) |
abstract String |
openFile(String fileName) |
abstract String |
openFiles(String[] fileNames) |
abstract String |
openStringInline(String strModel) |
abstract void |
renderScreenImage(Object g,
int width,
int height) |
protected ApiPlatform apiPlatform
public static JmolSimpleViewer allocateSimpleViewer(Object container, JmolAdapter jmolAdapter)
container
- jmolAdapter
- public abstract void renderScreenImage(Object g, int width, int height)