org.biojava.bio.structure.gui.util
public class AlignmentCalc extends java.lang.Object implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
logger |
Constructor and Description |
---|
AlignmentCalc(AlignmentGui parent,
Structure s1,
Structure s2)
requests an alignment of pdb1 vs pdb 2.
|
public AlignmentCalc(AlignmentGui parent, Structure s1, Structure s2)
parent
- the alignment gui frame that interacts with this classs1
- structure 1s2
- structure 2