Package org.biojava.nbio.structure.gui
Class BiojavaJmol
- java.lang.Object
-
- org.biojava.nbio.structure.gui.BiojavaJmol
-
public class BiojavaJmol extends Object
A class that provides a simple GUI for Jmol- Since:
- 1.6
- Author:
- Andreas Prlic
-
-
Constructor Summary
Constructors Constructor Description BiojavaJmol()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevalString(String rasmolScript)JFramegetFrame()static booleanjmolInClassPath()returns true if Jmol can be found in the classpath, otherwise false.static voidmain(String[] args)voidsetStructure(Structure s)voidsetTitle(String label)
-
-
-
Field Detail
-
viewer
public static final String viewer
- See Also:
- Constant Field Values
-
adapter
public static final String adapter
- See Also:
- Constant Field Values
-
smartAdapter
public static final String smartAdapter
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BiojavaJmol
public BiojavaJmol()
-
-
Method Detail
-
jmolInClassPath
public static boolean jmolInClassPath()
returns true if Jmol can be found in the classpath, otherwise false.- Returns:
- true/false depending if Jmol can be found
-
evalString
public void evalString(String rasmolScript)
-
setStructure
public void setStructure(Structure s)
-
-