Michael Wenz Messages: 1272 Registered: July 2009 Location: Walldorf, Germany
Senior Member
You can override the method isDefaultBendPointRenderingActive in your tool
behavior provider and return false to achieve that. (I have to admit that
the name of that method is not really intuitive...)
Michael
"Vincent L." <lapointe_vincent_1975@hotmail.com> wrote in message
news:i83gnc$asu$1@news.eclipse.org...
> Hi,
>
> It is possible to have non-rounded polyline connection ? I would prefer
> rectangular bend point without round effect ?
>
> Thanks for yor answer...
>
> Regards
>
> Vincent
Michael Wenz wrote:
> You can override the method isDefaultBendPointRenderingActive in your tool
> behavior provider and return false to achieve that. (I have to admit that
> the name of that method is not really intuitive...)
>
> Michael
>
> "Vincent L." <lapointe_vincent_1975@hotmail.com> wrote in message
> news:i83gnc$asu$1@news.eclipse.org...
>> Hi,
>>
>> It is possible to have non-rounded polyline connection ? I would prefer
>> rectangular bend point without round effect ?
>>
>> Thanks for yor answer...
>>
>> Regards
>>
>> Vincent
>
>
Thanks,
It works as mentionned.
It seems that the function is called every time a line should be rendered. But there is no
way to know which line is rendered. So it is not possible to have rounded and non rounded
polyline.
Is there any way to know for which polyline connection the method is called?
Michael Wenz Messages: 1272 Registered: July 2009 Location: Walldorf, Germany
Senior Member
Unfortunatly currently not. As I already wrote I'm nnot really happy with
the naming of the method, so this would need a check and cleanup anyway.
Pleasee open an enhancement Bugzilla for that one.
Thanks,
Michael
"Vincent L." <lapointe_vincent_1975@hotmail.com> wrote in message
news:i8pig8$pab$1@news.eclipse.org...
> Michael Wenz wrote:
>> You can override the method isDefaultBendPointRenderingActive in your
>> tool behavior provider and return false to achieve that. (I have to admit
>> that the name of that method is not really intuitive...)
>>
>> Michael
>>
>> "Vincent L." <lapointe_vincent_1975@hotmail.com> wrote in message
>> news:i83gnc$asu$1@news.eclipse.org...
>>> Hi,
>>>
>>> It is possible to have non-rounded polyline connection ? I would prefer
>>> rectangular bend point without round effect ?
>>>
>>> Thanks for yor answer...
>>>
>>> Regards
>>>
>>> Vincent
>>
>>
>
> Thanks,
>
> It works as mentionned.
>
> It seems that the function is called every time a line should be rendered.
> But there is no way to know which line is rendered. So it is not possible
> to have rounded and non rounded polyline.
>
> Is there any way to know for which polyline connection the method is
> called?
>
> Thanks
>
> Regards.
>
> Vincent
>