Tk-GraphItems version 0.02
==========================

Display graphical representations of relation-graphs on a Tk::Canvas-widget. This Package provides Tk::GraphItems::TextBox and Tk::GraphItems::Connector to build objects, representing a graphs nodes and edges. Nodes can be dragged manually or moved/placed programmatically. See the 'Examples' subdir for demonstration of the items options. One of the examples demonstrates how 'Tk::GraphItems' can be used with 'Graph' and  'Graph::Layout::Aesthetic' to visualize the iterative layout process of  'Graph::Layout::Aesthetic'. 




INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires Tk;


COPYRIGHT AND LICENCE


Copyright (C) 2006 by Ch. Lamprecht

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.1 or,
at your option, any later version of Perl 5 you may have available.


