Thank you for this chapter that works fine.

I'm looking for create one line with angle. I have already use VerticalLineLayout and HorizontalLineLayout but I don't find one layout for line custom. 

There is one layout or way to create one visualization with LineLayout direction, position customizable ?

Thank you for your quick answer,

Cheers,
Jonathan. 


2015-01-19 19:58 GMT+01:00 Alexandre Bergel <alexandre.bergel@me.com>:
I am not sure what you want to compose.
Two visualizations? Yes you can use RTComposer.

Your question was an excellent opportunity for me to begin a chapter on visualization composition. Here it is:

https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/BuilderComposition/0207-BuilderComposition.html

Cheers,
Alexandre



> On Jan 19, 2015, at 11:32 AM, Wadin Jonathan <wadin.jonathan@gmail.com> wrote:
>
> Yes, I used RTGraphBuilder, with RTMondrian that works.
>
> Do you have one composite to assemble several RTMondrian objects ?
> I have already check RTMultiCompositeShape and RTGroup.
>
> Which should I use to compose ?
>
> Thank you,
>
> Cheers,
> Jonathan
>
>
> 2015-01-19 15:01 GMT+01:00 Alexandre Bergel <alexandre.bergel@me.com>:
> Hi Jonathan,
>
> Can you give more context? It is hard to understand what’s going on.
> I suspect you are using RTGraphBuilder. This is deprecated code, instead you should use RTMondrian.
>
> For example:
> -=-=-=-=-=-=-=-=-=-=-=-=
> b := RTMondrian new.
> b shape rectangle
>       if: [ :c | c inheritsFrom: RTShape ] fillColor: Color yellow.
> b nodes: RTObject withAllSubclasses.
> b edges connectFrom: #superclass.
> b layout tree.
> b
> -=-=-=-=-=-=-=-=-=-=-=-=
> <Screen Shot 2015-01-19 at 11.01.17 AM.png>
>
> Cheers,
> Alexandre
>
>> On Jan 19, 2015, at 10:40 AM, Wadin Jonathan <wadin.jonathan@gmail.com> wrote:
>>
>> Hi,
>>
>> I have some problem to change the colors of the nodes when I use one condition.
>>
>> Per example :
>>
>> "b nodes
>>      if: [:c | self halt. c inheritsFrom: RTShape];
>>      color: Color yellow."
>>
>> I try to put one breakpoint on the condition but that don't execute my condition and also don't change color of nodes.
>>
>>
>> Thank you,
>>
>> Cheers,
>>
>> Jonathan.
>> _______________________________________________
>> Moose-dev mailing list
>> Moose-dev@iam.unibe.ch
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev@iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev@iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev