freemind.view.mindmapview
public class MindMapLayout extends Object implements LayoutManager
Constructor Summary | |
---|---|
MindMapLayout(MapView map) |
Method Summary | |
---|---|
void | addLayoutComponent(String name, Component comp) |
void | layout()
Make abolute positioning for all nodes providing that relative and heights
are up to date. |
void | layoutContainer(Container parent) |
Dimension | minimumLayoutSize(Container parent) |
Dimension | preferredLayoutSize(Container parent) |
void | removeLayoutComponent(Component comp) |
void | resizeMap(int outmostX) |
protected void | updateTreeHeightFromChildren(NodeView node) |