Gtk2::Ex::MindMapView::Layout::Balanced is a Perl module with balanced layout for view items.
HEIRARCHY
Gtk2::Ex::MindMapView::Layout::Group
+----Gtk2::Ex::MindMapView::Layout::Balanced
SYNOPSIS
use Gtk2::Ex::MindMapView::Layout::Balanced;
A balanced layout for the mindmap. This module considers the "weight" of each Gtk2::Ex::MindMapView::Item when laying them out. The weight is a measure of the amount of screen real estate taken up by the item.
INTERFACE
new (graph=>$graph)
Instantiates a new balanced layout. This code assigns Gtk2::Ex::MindMapView::Item objects to columns based on their relationships to each other as determined by the Gtk2::Ex::MindMapView::Graph argument.
layout()
Places the items in the balanced layout on the canvas. This code determines the width of the columns in which the Gtk2:Ex::MindMapView::Items are placed, and positions the items appropriately on the canvas.
Requirements:
· Perl
Product's homepage
Requirements:
· Perl