Click or drag to resize
NewickFormatter Class
Formats a PhylogeneticTree object into newick text (usually a file). The output is formatted according to the Newick format. A method is also provided for quickly accessing the content in string form for applications that do not need to first write to file. Documentation for the latest Newick file format can be found at http://evolution.genetics.washington.edu/phylip/newicktree.html http://en.wikipedia.org/wiki/Newick_format
Inheritance Hierarchy
SystemObject
  Bio.IO.NewickNewickFormatter

Namespace: Bio.IO.Newick
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class NewickFormatter : IPhylogeneticTreeFormatter, 
	IFormatter

The NewickFormatter type exposes the following members.

Constructors
  NameDescription
Public methodNewickFormatter
Initializes a new instance of the NewickFormatter class
Top
Properties
  NameDescription
Public propertyDescription
Gets the description of Newick formatter. This is intended to give developers some information of the formatter class. This property returns a simple description of what the NewickFormatter class achieves.
Public propertyName
Gets the type of Formatter i.e NEWICK. This is intended to give developers some information of the formatter class.
Public propertySupportedFileTypes
Gets a comma separated values of the possible file extensions for a newick file.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Writes a PhylogeneticTree to the writer.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also