Layout: Difference between revisions
From FreeMind
Jump to navigationJump to search
m (Reverted edit of Yvyfyjeh, changed back to last version by Danielpolansky) |
Dan Polansky (talk | contribs) (restore) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
FreeMind's nodes are layed out using one algorithm, placing the children nodes at the right (or at the left) of the parent node, and centering vertically the parent node against the block consisting of its child nodes. This layout is modified if the nodes gain their individual shifts. | |||
==Implementation== | ==Implementation== | ||
Latest revision as of 12:48, 22 November 2010
FreeMind's nodes are layed out using one algorithm, placing the children nodes at the right (or at the left) of the parent node, and centering vertically the parent node against the block consisting of its child nodes. This layout is modified if the nodes gain their individual shifts.
Implementation
- Class: MindMapLayout
- After refactoring:
- Interface: NodeViewLayout
- Class: LeftNodeViewLayout.java
- Class: RightNodeViewLayout.java