public class MultipleAlignmentJmol extends AbstractAlignmentJmol
MultipleAlignments.colorPalette, COMMAND_LINE_HELP, DEFAULT_HEIGHT, DEFAULT_SCRIPT, DEFAULT_WIDTH, frame, jmolPanel, LIGAND_DISPLAY_SCRIPT, nrOpenWindows, status, structure, text| Constructor and Description |
|---|
MultipleAlignmentJmol()
Default constructor creates an empty JmolPanel window,
from where alignments can be made through the align menu.
|
MultipleAlignmentJmol(MultipleAlignment msa,
java.util.List<Atom[]> rotatedAtoms)
The constructor displays the Mutltiple Alignment in a JmolPanel window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
destroy()
Set all the member variables to null.
|
java.util.List<Matrix> |
getDistanceMatrices()
Returns a List of internal Distance Matrices, one for each structure in the alignment.
|
protected void |
initCoords()
Display the structures in its initial coordinates.
|
void |
resetDisplay()
Return to the initial state of the alignment visualization.
|
evalString, getColorPalette, getJmolPanel, getStructure, getTitle, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, setAtoms, setJmolPanel, setStructure, setTitle, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpenedpublic MultipleAlignmentJmol()
public MultipleAlignmentJmol(MultipleAlignment msa, java.util.List<Atom[]> rotatedAtoms)
multAln: - contains the aligned residues.atomArrays: - contains the atom coordinates to display, already rotated.protected void initCoords()
AbstractAlignmentJmolinitCoords in class AbstractAlignmentJmolpublic void destroy()
AbstractAlignmentJmoldestroy in class AbstractAlignmentJmolpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class AbstractAlignmentJmolpublic void resetDisplay()
AbstractAlignmentJmolresetDisplay in class AbstractAlignmentJmolpublic java.util.List<Matrix> getDistanceMatrices()
AbstractAlignmentJmolgetDistanceMatrices in class AbstractAlignmentJmol