NAME
Tree::Visualize::Layout::ILayout - An abstract base class for Layout objects
SYNOPSIS
use Tree::Visualize::Layout::ILayout;
DESCRIPTION
METHODS
- new
- checkTree
- assembleDrawing
- draw
- drawNode
- drawChildren
- drawConnections
BUGS
None that I am aware of. Of course, if you find a bug, let me know, and I will be sure to fix it.
CODE COVERAGE
See the CODE COVERAGE section in Tree::Visualize for more inforamtion.
SEE ALSO
AUTHOR
stevan little, <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2004 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.