Closed akevalion closed 4 years ago
There is a new version of roassal3 with RSRectanglePackLayout with a simple example
I think that we can close this issue RSHierarchyPacker is an interaction that moves the shapes by hierarchy and put events to the canvas to change the position of each node
| builder classes |
builder := RSUMLClassBuilder new.
classes := { 'Roassal3-Layouts'. 'Roassal3' }
flatCollect: [:pkgname | (RPackage organizer
packageNamed: pkgname) definedClasses ].
builder classes: classes.
builder renderer: RSTorchUMLClassRenderer new.
builder build.
builder canvas @ RSHierarchyPacker.
^ builder canvas.
Think that we can close this issue
Is there a reason why RSHierarchyPacker
only works with RSRectanglePackLayout
?
Anyway, seems to work well for RSRectanglePackLayout
. Well done!
Martin has created a nice interaction with RSTreeLayout an RSRectanglePackLayout. We need that in roassal as a basic interaction