Uses of Class
org.biojava.nbio.structure.align.gui.jmol.AbstractAlignmentJmol
Package
Description
Utility methods for better interaction with Jmol.
-
Uses of AbstractAlignmentJmol in org.biojava.nbio.structure.align.gui
Modifier and TypeMethodDescriptionstatic JMenuItem
MenuCreator.getExportPDBMenuItem
(AbstractAlignmentJmol parent) static JMenuBar
MenuCreator.initJmolMenu
(JFrame frame, AbstractAlignmentJmol parent, AFPChain afpChain, MultipleAlignment msa) Provide a JMenuBar that can be added to a JFrame containing a JmolPanel.static void
DisplayAFP.showAlignmentPanel
(AFPChain afpChain, Atom[] ca1, Atom[] ca2, AbstractAlignmentJmol jmol) static void
MultipleAlignmentJmolDisplay.showMultipleAligmentPanel
(MultipleAlignment multAln, AbstractAlignmentJmol jmol) Deprecated.Replace withstatic void
MultipleAlignmentJmolDisplay.showMultipleAlignmentPanel
(MultipleAlignment multAln, AbstractAlignmentJmol jmol) Creates a new Frame with the MultipleAlignment Sequence Panel. -
Uses of AbstractAlignmentJmol in org.biojava.nbio.structure.align.gui.aligpanel
Modifier and TypeMethodDescriptionvoid
AligPanel.setAlignmentJmol
(AbstractAlignmentJmol jmol) void
MultipleAligPanel.setStructureAlignmentJmol
(AbstractAlignmentJmol jmol) ModifierConstructorDescriptionMultipleAligPanel
(AFPChain afpChain, Atom[] ca1, Atom[] ca2, AbstractAlignmentJmol jmol) Constructor using an afpChain and the atom arrays for pairwise alignments.Constructor using a MultipleAlignment. -
Uses of AbstractAlignmentJmol in org.biojava.nbio.structure.align.gui.jmol
Modifier and TypeClassDescriptionclass
A class that provides a 3D visualization Frame in Jmol forMultipleAlignment
s.class
A class that provides a simple GUI for Jmol -
Uses of AbstractAlignmentJmol in org.biojava.nbio.structure.symmetry.gui
Modifier and TypeMethodDescriptionstatic AbstractAlignmentJmol
SymmetryDisplay.display
(CeSymmResult symmResult) Displays a single structure in a cartoon representation with each symmetric repeat colored differently.