Hi,
For my topic (Hiveplot implementation). I made one new layout called RTRectLineLayout. That takes angle in parameter and draw your line with angle about origin (0,0).
Should I add this implementation to Roassal ?
Few screens about :
Here, one example of code :
===================================
l := RTRectLineLayout angle:135.
m layout for: [ :e | true ] use: l.
===================================
I created two constructors with vertical and horizontal angle.
What do you think about it ?
If you want, how can I commit this ?
Thank you,
Cheers,
Jonathan.