Uses of Class
org.biojava.nbio.structure.align.gui.jmol.MultipleAlignmentJmol
-
Packages that use MultipleAlignmentJmol Package Description org.biojava.nbio.structure.align.gui org.biojava.nbio.structure.symmetry.gui -
-
Uses of MultipleAlignmentJmol in org.biojava.nbio.structure.align.gui
Methods in org.biojava.nbio.structure.align.gui that return MultipleAlignmentJmol Modifier and Type Method Description static MultipleAlignmentJmol
MultipleAlignmentJmolDisplay. display(MultipleAlignment multAln)
Display a MultipleAlignment with a JmolPanel. -
Uses of MultipleAlignmentJmol in org.biojava.nbio.structure.symmetry.gui
Methods in org.biojava.nbio.structure.symmetry.gui that return MultipleAlignmentJmol Modifier and Type Method Description static MultipleAlignmentJmol
SymmetryDisplay. displayFull(CeSymmResult symm)
Displays a multiple alignment of the whole structure transformations colored by blocks, corresponding to the symmetric protodomains.static MultipleAlignmentJmol
SymmetryDisplay. displayRepeats(CeSymmResult symm)
Displays a multiple alignment of the symmetry repeatsConstructors in org.biojava.nbio.structure.symmetry.gui with parameters of type MultipleAlignmentJmol Constructor Description SymmetryListener(MultipleAlignmentJmol jmol, CeSymmResult symm)
-