#include <TreeMap.h>
Public Member Functions | |
virtual | ~TreeMapLayout () |
Destructor. | |
virtual void | UpdateLayout (TreeMapItem *item, LayoutRectangle rc)=0 |
Updates layout of given node. |
virtual void TreeMapLayout::UpdateLayout | ( | TreeMapItem * | item, | |
LayoutRectangle | rc | |||
) | [pure virtual] |
Updates layout of given node.
item | TreeMap node. | |
rc | Bounds of the layout. |
Implemented in TreeMapSliceLayout, TreeMapSquaredLayout, and TreeMapStripLayout.