Class BiojavaJmol


  • public class BiojavaJmol
    extends Object
    A class that provides a simple GUI for Jmol
    Since:
    1.6
    Author:
    Andreas Prlic
    • Constructor Detail

      • BiojavaJmol

        public BiojavaJmol()
    • Method Detail

      • main

        public static void main​(String[] args)
      • 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)
      • setTitle

        public void setTitle​(String label)
      • getFrame

        public JFrame getFrame()