2015-02-16 14:05 GMT-03:00 Werner Kassens <wkass...@libello.com>: > everything would be scaled automatically
Yes I see now what you would like, the idea would be to place an X and Y axis around a collection of RTElements in a view. So I integrated a RTAxisAdaptedBuilder in the last version of Roassal2 for that. The RTAxisAdaptedBuilderExample>>example2 would correspond to your rectangles problem. I just changed for now the size of the rectangles because my axis don't yet adapt to small rectangle size (and it does not look nice). There is still some work to do on this Builder to make it efficient, like to choose wher to place the axis, the numbers of thicks or labels that I did not made yet. But like this you can easily browse the code to see how I used RTAxisConfiguration and Renderer (not yet very well use I have to admit), and we can discuss of how could we make it work as you want. Pierre