GoTerm, RenderablePhylogenyDataAccession, Annotation, BasicGoTerm, BinaryCharacters, BranchColor, BranchData, BranchWidth, Confidence, Date, Distribution, DomainArchitecture, Event, Identifier, NodeData, NodeVisualData, Point, Polygon, PropertiesMap, Property, ProteinDomain, Reference, RenderableDomainArchitecture, RenderableMsaSequence, RenderableVector, Sequence, SequenceRelation, Taxonomy, Uripublic interface PhylogenyData
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.StringBuffer |
asSimpleText() |
|
java.lang.StringBuffer |
asText() |
|
PhylogenyData |
copy() |
Creates a new PhylogenyData object with identical values as this
PhylogenyData.
|
boolean |
isEqual(PhylogenyData data) |
Compares this PhylogenyData to PhylogenyData data.
|
java.lang.StringBuffer |
toNHX() |
|
void |
toPhyloXML(java.io.Writer writer,
int level,
java.lang.String indentation) |
Writes a phyloXML representation of this phylogeny data.
|
java.lang.StringBuffer asSimpleText()
java.lang.StringBuffer asText()
PhylogenyData copy()
boolean isEqual(PhylogenyData data)
PhylogenyData - the PhylogenyData to compare tojava.lang.StringBuffer toNHX()
void toPhyloXML(java.io.Writer writer,
int level,
java.lang.String indentation)
throws java.io.IOException
writer - level - indentation - java.io.IOException