Uses of Class
org.biojava.nbio.structure.align.gui.jmol.JmolPanel
-
Packages that use JmolPanel Package Description org.biojava.nbio.structure.align.gui.jmol Utility methods for better interaction with Jmol. -
-
Uses of JmolPanel in org.biojava.nbio.structure.align.gui.jmol
Fields in org.biojava.nbio.structure.align.gui.jmol declared as JmolPanel Modifier and Type Field Description protected JmolPanel
AbstractAlignmentJmol. jmolPanel
Methods in org.biojava.nbio.structure.align.gui.jmol that return JmolPanel Modifier and Type Method Description JmolPanel
AbstractAlignmentJmol. getJmolPanel()
Return the jmolPanel instance of the AlignmentJmol.Methods in org.biojava.nbio.structure.align.gui.jmol with parameters of type JmolPanel Modifier and Type Method Description void
AbstractAlignmentJmol. setJmolPanel(JmolPanel jmolPanel)
Set the jmolPanel of the AlignmentJmol instance.Constructors in org.biojava.nbio.structure.align.gui.jmol with parameters of type JmolPanel Constructor Description RasmolCommandListener(JmolPanel panel, JTextField field)
-