eclipse / elk

Eclipse Layout Kernel - Automatic layout for Java applications.
https://www.eclipse.org/elk/
Other
258 stars 86 forks source link

Radial layout, rotation extensions. #945

Closed Eddykasp closed 1 year ago

Eddykasp commented 1 year ago

Adds options to control the rotation of radial layouts. Particularly with top-down layout this can be used create fractal-like radial layouts such as balloon trees.

Example application: image

also fixes a bug in the KVector rotation code and cleans up unused imports.