|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjebl.evolution.io.MEGAExporter
public class MEGAExporter
* Export to MEGA.
| Constructor Summary | |
|---|---|
MEGAExporter(java.io.Writer writer,
java.lang.String comment)
|
|
| Method Summary | |
|---|---|
void |
exportAlignment(Alignment alignment)
Deprecated. Files created by this export method won't be importable by MEGA (because they don't have titles). Use exportAlignment(jebl.evolution.alignments.Alignment, String) instead. |
void |
exportAlignment(Alignment alignment,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MEGAExporter(java.io.Writer writer,
java.lang.String comment)
writer - where export text goes| Method Detail |
|---|
public void exportAlignment(Alignment alignment,
java.lang.String name)
throws java.io.IOException
alignment - the alignment to exportname - the name of the alignment
java.io.IOException
public void exportAlignment(Alignment alignment)
throws java.io.IOException
exportAlignment(jebl.evolution.alignments.Alignment, String) instead.
AlignmentExporter
exportAlignment in interface AlignmentExporteralignment -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||