wrapping mondrian drawing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

wrapping mondrian drawing

Usman Bhatti
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
Reply | Threaded
Open this post in threaded view
|

Re: wrapping mondrian drawing

abergel
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
Reply | Threaded
Open this post in threaded view
|

Re: wrapping mondrian drawing

Tudor Girba-2
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
Reply | Threaded
Open this post in threaded view
|

Re: wrapping mondrian drawing

Usman Bhatti
On Wed, Dec 7, 2011 at 2:26 PM, Tudor Girba <[hidden email]> wrote:
Hi,

I guess Usman is talking about the possibility of telling a layout to
wrap after a certain width.

Yes.
 
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.

Ok, I'll try it.
thanx
 

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


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev