Class StructureAlignmentDisplay
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.StructureAlignmentDisplay
-
public class StructureAlignmentDisplay extends Object
-
-
Constructor Summary
Constructors Constructor Description StructureAlignmentDisplay()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StructureAlignmentJmoldisplay(org.biojava.nbio.structure.align.model.AFPChain afpChain, org.biojava.nbio.structure.Atom[] ca1, org.biojava.nbio.structure.Atom[] ca2)Display an AFPChain alignment
-
-
-
Method Detail
-
display
public static StructureAlignmentJmol display(org.biojava.nbio.structure.align.model.AFPChain afpChain, org.biojava.nbio.structure.Atom[] ca1, org.biojava.nbio.structure.Atom[] ca2) throws org.biojava.nbio.structure.StructureException
Display an AFPChain alignment- Parameters:
afpChain-ca1-ca2-- Returns:
- a StructureAlignmentJmol instance
- Throws:
org.biojava.nbio.structure.StructureException
-
-