|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.structure.gui.util.AlignmentCalc
public class AlignmentCalc
A class that obtains two structures via DAS and aligns them This is done in a separate thread. It is possible to register Event listeners to get notification of when the download has finished.
| Field Summary | |
|---|---|
static java.util.logging.Logger |
logger
|
| Constructor Summary | |
|---|---|
AlignmentCalc(AlignmentGui parent,
Structure s1,
Structure s2)
requests an alignment of pdb1 vs pdb 2. |
|
| Method Summary | |
|---|---|
void |
cleanup()
|
void |
interrupt()
stops what is currently happening and does not continue |
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.logging.Logger logger
| Constructor Detail |
|---|
public AlignmentCalc(AlignmentGui parent,
Structure s1,
Structure s2)
parent - the alignment gui frame that interacts with this classs1 - structure 1s2 - structure 2| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic void interrupt()
public void cleanup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||