Query: graph::easy::layout
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Graph::Easy::Layout(3pm) User Contributed Perl Documentation Graph::Easy::Layout(3pm)NAMEGraph::Easy::Layout - Layout the graph from Graph::EasySYNOPSISuse Graph::Easy; my $graph = Graph::Easy->new(); my $bonn = Graph::Easy::Node->new( name => 'Bonn', ); my $berlin = Graph::Easy::Node->new( name => 'Berlin', ); $graph->add_edge ($bonn, $berlin); $graph->layout(); print $graph->as_ascii( ); # prints: # +------+ +--------+ # | Bonn | --> | Berlin | # +------+ +--------+DESCRIPTION"Graph::Easy::Layout" contains just the actual layout code for Graph::Easy.METHODS"Graph::Easy::Layout" injects the following methods into the "Graph::Easy" namespace: layout() $graph->layout(); Layout the actual graph. _assign_ranks() $graph->_assign_ranks(); Used by "layout()" to assign each node a rank, so they can be sorted and grouped on these. _optimize_layout Used by "layout()" to optimize the layout as a last step.EXPORTExports nothing.SEE ALSOGraph::Easy.AUTHORCopyright (C) 2004 - 2008 by Tels <http://bloodgate.com> See the LICENSE file for information. perl v5.14.2 2011-12-23 Graph::Easy::Layout(3pm)
Related Man Pages |
---|
graph::easy::base(3pm) - debian |
graph::easy::group(3pm) - debian |
graph::easy::layout(3pm) - debian |
graph::easy::parser::graphviz(3pm) - debian |
graph::reader::xml(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Hopefully an Easy Question |
Easy sed question? |
Easy About Bash Script function |
calculate logical layout values for hdd |
prolog scripting |