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
  • Field Details

  • Constructor Details

    • BiojavaJmol

      public BiojavaJmol()
  • Method Details

    • 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()