Graph::Easy::Node

Represents a node in a Graph::Easy graph
Download

Graph::Easy::Node Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tels
  • Publisher web site:
  • http://search.cpan.org/~tels/

Graph::Easy::Node Tags


Graph::Easy::Node Description

Represents a node in a Graph::Easy graph Graph::Easy::Node is a Perl module that represents a node in a Graph::Easy graph.SYNOPSIS use Graph::Easy::Node; my $bonn = Graph::Easy::Node->new('Bonn'); $bonn->set_attribute('border', 'solid 1px black'); my $berlin = Graph::Easy::Node->new( name => 'Berlin' );A Graph::Easy::Node represents a node in a simple graph. Each node has contents (a text, an image or another graph), and dimension plus an origin. The origin is typically determined by a graph layouter module like Graph::Easy. Requirements: · Perl


Graph::Easy::Node Related Software