Man Page: graph::easy::node::cell
Operating Environment: debian
Section: 3pm
Graph::Easy::Node::Cell(3pm) User Contributed Perl Documentation Graph::Easy::Node::Cell(3pm)NAMEGraph::Easy::Node::Cell - An empty filler cellSYNOPSISuse Graph::Easy; use Graph::Easy::Edge; my $graph = Graph::Easy->new(); my $node = $graph->add_node('A'); my $path = Graph::Easy::Node::Cell->new( graph => $graph, node => $node, ); ... print $graph->as_ascii();DESCRIPTIONA "Graph::Easy::Node::Cell" is used to reserve a cell in the grid for nodes that occupy more than one cell. You should not need to use this class directly.METHODSerror() $last_error = $cell->error(); $cvt->error($error); # set new messags $cvt->error(''); # clear error Returns the last error message, or '' for no error. node() my $node = $cell->node(); Returns the node this filler cell belongs to.SEE ALSOGraph::Easy.AUTHORCopyright (C) 2004 - 2005 by Tels <http://bloodgate.com>. See the LICENSE file for more details. perl v5.14.2 2011-12-23 Graph::Easy::Node::Cell(3pm)
| Related Man Pages |
|---|
| graph::easy::base(3pm) - debian |
| graph::easy::edge(3pm) - debian |
| graph::easy::edge::cell(3pm) - debian |
| graph::easy::group::cell(3pm) - debian |
| graph::easy::layout::path(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Detecting unused variables... |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| New UNIX and Linux History Sections |