debian man page for layout::manager::flow

Query: layout::manager::flow

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Layout::Manager::Flow(3pm)				User Contributed Perl Documentation				Layout::Manager::Flow(3pm)

NAME
Layout::Manager::Flow - Directional layout manager
DESCRIPTION
Layout::Manager::Flow is a layout manager that anchors components in one of the four cardinal directions. When you instantiate a Flow manager, you may supply it with an anchor value which may be one of north, south, east or west. The example below shows how the default anchor value of north works when you add two components. north +--------------------------------+ | component 1 | +--------------------------------+ | component 2 | +--------------------------------+ | | | | | | +--------------------------------+ Components are placed in the order they are added. If two items are added with a 'north' anchor then the first item will be rendered above the second. Components will be expanded to take up all space perpendicular to their anchor. North and south will expand widths while east and west will expand heights. Flow is similar to Java's FlowLayout <http://java.sun.com/docs/books/tutorial/uiswing/layout/flow.html>. It does not, however, center components. This features may be added in the future if they are needed.
SYNOPSIS
$cont->add_component($comp1); $cont->add_component($comp2); my $lm = Layout::Manager::Flow->new(anchor => 'north'); $lm->do_layout($cont);
ATTRIBUTES
anchor The direction this manager is anchored. Valid values are north, south, east and west. used Returns the amount of space used an arrayref in the form of "[ $width, $height ]". wrap If set to a true value, then component will be 'wrapped' when they do not fit. This currently only works for East and West anchored layouts.
METHODS
do_layout Size and position the components in this layout.
AUTHOR
Cory Watson, "<gphat@cpan.org>" COPYRIGHT &; LICENSE Copyright 2008 by Cory G Watson This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.3 2011-05-16 Layout::Manager::Flow(3pm)
Related Man Pages
gnome2::canvas::widget(3pm) - debian
goo::canvas::text(3pm) - debian
graph::easy::layout(3pm) - debian
graphics::primitive::componentlist(3pm) - debian
layout::manager::flow(3pm) - debian
Similar Topics in the Unix Linux Community
Micro-Manager 1.1 (Default branch)
Useful Java Application Components 1.0.0-b3 (Default branch)
On the multiple types of patterns in event processing
Yet Another Financial Manager 0.2 (Default branch)
Get a data and save