Wiggling and fading edges...

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

Wiggling and fading edges...

abergel
Hi!

We've just made an experiment about fading and wiggling edges. Try the following:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Preambule. It includes the initialization. "
| rawView view |
rawView := ROView new.
view := ROMondrianViewBuilder view: rawView.
"enter your script below"
"-------------"
"-------------"

"To send to the mailing list"
view interaction
        dynamicEdgeToAll: [ :model | (1 to: model) collect: [ :v | v // 2 ] ]
        usingFading: (ROLine red width: 5; attachPoint: ROCenteredAttachPoint instance).

view shape rectangle size: 20.
view nodes: (1 to: 20).
         
view circleLayout.

"-------------"
"-------------"
"Below is the initiation of the menu and opening the visualization"
ROEaselMorphic new populateMenuOn: view.
view open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
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: Wiggling and fading edges...

Tudor Girba-2
Precisely! This is what it would be good for :)

Now, let's redo the map from the MooseMetaBrowser to use this dynamic edges (with fading, of course :)).

Doru


On May 23, 2013, at 3:43 AM, Alexandre Bergel <[hidden email]> wrote:

> Hi!
>
> We've just made an experiment about fading and wiggling edges. Try the following:
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> "Preambule. It includes the initialization. "
> | rawView view |
> rawView := ROView new.
> view := ROMondrianViewBuilder view: rawView.
> "enter your script below"
> "-------------"
> "-------------"
>
> "To send to the mailing list"
> view interaction
> dynamicEdgeToAll: [ :model | (1 to: model) collect: [ :v | v // 2 ] ]
> usingFading: (ROLine red width: 5; attachPoint: ROCenteredAttachPoint instance).
>
> view shape rectangle size: 20.
> view nodes: (1 to: 20).
>
> view circleLayout.
>
> "-------------"
> "-------------"
> "Below is the initiation of the menu and opening the visualization"
> ROEaselMorphic new populateMenuOn: view.
> view open
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"The coherence of a trip is given by the clearness of the goal."





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Wiggling and fading edges...

Usman Bhatti
Nice.


On Thu, May 23, 2013 at 6:15 AM, Tudor Girba <[hidden email]> wrote:
Precisely! This is what it would be good for :)

Now, let's redo the map from the MooseMetaBrowser to use this dynamic edges (with fading, of course :)).

Doru


On May 23, 2013, at 3:43 AM, Alexandre Bergel <[hidden email]> wrote:

> Hi!
>
> We've just made an experiment about fading and wiggling edges. Try the following:
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> "Preambule. It includes the initialization. "
> | rawView view |
> rawView := ROView new.
> view := ROMondrianViewBuilder view: rawView.
> "enter your script below"
> "-------------"
> "-------------"
>
> "To send to the mailing list"
> view interaction
>       dynamicEdgeToAll: [ :model | (1 to: model) collect: [ :v | v // 2 ] ]
>       usingFading: (ROLine red width: 5; attachPoint: ROCenteredAttachPoint instance).
>
> view shape rectangle size: 20.
> view nodes: (1 to: 20).
>
> view circleLayout.
>
> "-------------"
> "-------------"
> "Below is the initiation of the menu and opening the visualization"
> ROEaselMorphic new populateMenuOn: view.
> view open
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"The coherence of a trip is given by the clearness of the goal."





_______________________________________________
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