![]() |
![]() |

Public Member Functions | |
| LayoutVisitor () | |
| visit (&$obj) | |
| getMap () | |
| flip () | |
| calculatePosition (&$obj) | |
Data Fields | |
| $_map = array() | |
Definition at line 36 of file class.LayoutVisitor.php.
| LayoutVisitor | ( | ) |
Constructor.
Definition at line 43 of file class.LayoutVisitor.php.
| visit | ( | &$ | obj | ) |
Visit the current object in iteration and position it on the map.
| obj | A reference to the current object. |
Reimplemented from Visitor.
Definition at line 52 of file class.LayoutVisitor.php.
References calculatePosition().

| getMap | ( | ) |
Visit the current object in iteration and position it on the map.
Definition at line 61 of file class.LayoutVisitor.php.
| flip | ( | ) |
Flip layout (x <-> y).
Definition at line 68 of file class.LayoutVisitor.php.
| calculatePosition | ( | &$ | obj | ) |
Calculate the object's position using the described algorithm.
| obj | A reference to the current object. |
Definition at line 85 of file class.LayoutVisitor.php.
Referenced by visit().
| $_map = array() |
Definition at line 38 of file class.LayoutVisitor.php.
|
This page generated via doxygen 1.5.8 Mon Mar 30 01:58:43 2009. Copyright © 2009 wemove digital solutions GmbH. |
|