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 static void main(String[] args)
public static boolean jmolInClassPath()
public void evalString(String rasmolScript)
public void setStructure(Structure s)
public void setTitle(String label)
public JFrame getFrame()
Copyright © 2000–2016 BioJava. All rights reserved.