public class NewickExporter extends java.lang.Object implements TreeExporter
| Constructor and Description |
|---|
NewickExporter(java.io.Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
exportTree(Tree tree)
Export a single tree
|
void |
exportTrees(java.util.Collection<? extends Tree> trees)
Export a collection of trees
|
public void exportTree(Tree tree) throws java.io.IOException
exportTree in interface TreeExportertree - java.io.IOExceptionpublic void exportTrees(java.util.Collection<? extends Tree> trees) throws java.io.IOException
exportTrees in interface TreeExportertrees - java.io.IOExceptionhttp://code.google.com/p/jebl2/