1Graph::Data::Node(3) User Contributed Perl Documentation Graph::Data::Node(3)
2
3
4
5 new
6 Title : new
7 Usage :
8 Function:
9 Example :
10 Returns :
11 Args :
12
13 init
14 Title : init
15 Usage :
16 Function:
17 Example :
18 Returns :
19 Args :
20
21 depth
22 Title : depth
23 Usage :
24 Function:
25 Example :
26 Returns :
27 Args :
28
29 branch_length
30 Title : branch_length
31 Usage : $obj->branch_length($newval)
32 Function:
33 Example :
34 Returns : value of branch_length (a scalar)
35 Args : on set, new value (a scalar or undef, optional)
36
37 branch_type
38 Title : branch_type
39 Usage : $obj->branch_type($newval)
40 Function:
41 Example :
42 Returns : value of branch_type (a scalar)
43 Args : on set, new value (a scalar or undef, optional)
44
45 branch_label
46 Title : branch_label
47 Usage : $obj->branch_label($newval)
48 Function:
49 Example :
50 Returns : value of branch_label (a scalar)
51 Args : on set, new value (a scalar or undef, optional)
52
53 _style
54 Title : _style
55 Usage : $obj->_style($newval)
56 Function:
57 Example :
58 Returns :
59 Args :
60
61
62
63perl v5.12.0 2003-11-10 Graph::Data::Node(3)