ploeg_tree_layout 1.1.0
ploeg_tree_layout: ^1.1.0 copied to clipboard
A dart implementation of the Ploeg Non-layerd Tidy Tree Layout.
1.1.0 #
- The layout return the bounding box containing all nodes
1.0.5 #
- The layout returns the bounding box size needed to contain all nodes.
1.0.4 #
- Corrected the layout of forests (multiple disjoint trees)
- Added a sibling separation parameter, giving the minimal x distance between siblings
- Added some documentation on the instance variables
1.0.3 #
- relative link in README
1.0.2 #
- Added an example screenshot in the README.
- Cleaned the example a bit
1.0.1 #
- Added a PloegTreeLayout example.
1.0.0 #
- Initial port of the java version from obp utils fx