The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVG::Graph::Data::Node

new

 Title   : new
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

init

 Title   : init
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

depth

 Title   : depth
 Usage   :
 Function:
 Example :
 Returns :
 Args    :

branch_length

 Title   : branch_length
 Usage   : $obj->branch_length($newval)
 Function:
 Example :
 Returns : value of branch_length (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

branch_type

 Title   : branch_type
 Usage   : $obj->branch_type($newval)
 Function:
 Example :
 Returns : value of branch_type (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

branch_label

 Title   : branch_label
 Usage   : $obj->branch_label($newval)
 Function:
 Example :
 Returns : value of branch_label (a scalar)
 Args    : on set, new value (a scalar or undef, optional)

_style

 Title   : _style
 Usage   : $obj->_style($newval)
 Function:
 Example :
 Returns :
 Args    :

AUTHOR

Chris Fields <cjfields@bioperl.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Chris Fields.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)