Class MultipleAlignmentJmol

java.lang.Object
org.biojava.nbio.structure.align.gui.jmol.AbstractAlignmentJmol
org.biojava.nbio.structure.align.gui.jmol.MultipleAlignmentJmol
All Implemented Interfaces:
ActionListener, MouseListener, MouseMotionListener, WindowListener, EventListener

public class MultipleAlignmentJmol extends AbstractAlignmentJmol
A class that provides a 3D visualization Frame in Jmol for MultipleAlignments.
Since:
4.1.0
Author:
Aleix Lafita
  • Constructor Details

    • MultipleAlignmentJmol

      public MultipleAlignmentJmol()
      Default constructor creates an empty JmolPanel window, from where alignments can be made through the align menu.
    • MultipleAlignmentJmol

      public MultipleAlignmentJmol(MultipleAlignment msa, List<Atom[]> rotatedAtoms)
      The constructor displays the Mutltiple Alignment in a new JmolPanel Frame.
      Parameters:
      msa - : contains the aligned residues.
      rotatedAtoms - : contains the transformed Atom coordinates.
  • Method Details