I am looking for a method which allows wrapping mondrian drawings. That is, the nodes are draw to a certain width (the width of the mondrian window) and whatever comes next, is drawn on the following line. The purpose is to avoid the need to scroll the window.
thanx Usman
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Humm... What about zooming out the visualization until it is sufficiently small to fit in the window? Is it that you are thinking about?
I could help on this. Cheers, Alexandre On 7 Dec 2011, at 08:50, Usman Bhatti wrote: > I am looking for a method which allows wrapping mondrian drawings. That is, the nodes are draw to a certain width (the width of the mondrian window) and whatever comes next, is drawn on the following line. The purpose is to avoid the need to scroll the window. > > thanx > Usman > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
I guess Usman is talking about the possibility of telling a layout to wrap after a certain width. This would be nice to have indeed, especially for a tree layout, but at the moment it is not possible. What you can use for now is a MOFlowLayout to tell the inner nodes to wrap. Doru On Wed, Dec 7, 2011 at 2:22 PM, Alexandre Bergel <[hidden email]> wrote: > Humm... What about zooming out the visualization until it is sufficiently small to fit in the window? Is it that you are thinking about? > I could help on this. > > Cheers, > Alexandre > > > On 7 Dec 2011, at 08:50, Usman Bhatti wrote: > >> I am looking for a method which allows wrapping mondrian drawings. That is, the nodes are draw to a certain width (the width of the mondrian window) and whatever comes next, is drawn on the following line. The purpose is to avoid the need to scroll the window. >> >> thanx >> Usman >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Every thing has its own flow" _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Wed, Dec 7, 2011 at 2:26 PM, Tudor Girba <[hidden email]> wrote: Hi, Yes. This would be nice to have indeed, Ok, I'll try it. thanx
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |