LayoutVisitor.php
getMap()
Visit the current object in iteration and position it on the map.
Definition: LayoutVisitor.php:53
The Position class stores a coordinate tuple for use with the LayoutVisitor.
Definition: Position.php:19
const MAPTYPE_VERTICAL
Definition: LayoutVisitor.php:28
Visitor is used to extend an object's functionality by not extending its interface.
Definition: Visitor.php:26
NodeIterator is used to iterate over a tree/list built of Nodes using a Depth-First-Algorithm.
Definition: NodeIterator.php:36
const MAPTYPE_HORIZONTAL
Definition: LayoutVisitor.php:27
LayoutVisitor is used to position a tree of objects on a plane (the objects must implement the getPar...
Definition: LayoutVisitor.php:25
visit($obj)
Visit the current object in iteration and position it on the map.
Definition: LayoutVisitor.php:44