public class BiojavaJmol extends Object
Modifier and Type | Field and Description |
---|---|
static String |
adapter |
static String |
smartAdapter |
static String |
viewer |
Constructor and Description |
---|
BiojavaJmol() |
Modifier and Type | Method and Description |
---|---|
void |
evalString(String rasmolScript) |
JFrame |
getFrame() |
static boolean |
jmolInClassPath()
returns true if Jmol can be found in the classpath, otherwise false.
|
static void |
main(String[] args) |
void |
setStructure(Structure s) |
void |
setTitle(String label) |
public static final String viewer
public static final String adapter
public static final String smartAdapter
public BiojavaJmol()
public static boolean jmolInClassPath()
public void evalString(String rasmolScript)
public void setStructure(Structure s)
Copyright © 2000–2019 BioJava. All rights reserved.