Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Curved connnections
Curved connnections [message #189912] Mon, 01 August 2005 07:31 Go to next message
Eclipse UserFriend
Originally posted by: kedar.thakur.gmail.com

Hello people,

Can I create curved connections using GEF ?

Thanks in advance
Kedar T
Re: Curved connnections [message #189967 is a reply to message #189912] Mon, 01 August 2005 13:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

"kedar" <kedar.thakur@gmail.com> wrote in message
news:dckj3l$uk9$1@news.eclipse.org...
> Hello people,
>
> Can I create curved connections using GEF ?
>
Extend AbstractConnectionEditPart to create CurvedConnectionEditPart and
create a CurvedConnection which implements IConnection and extends Shape.
Implement the outlineShape() method to draw an arc using g.drawArc() method.
Then on CurvedConnectionEditPart override the createFigure() method to
return an instance of the CurvedConnection figure.
---
Sunil
Re: Curved connnections [message #191122 is a reply to message #189912] Mon, 08 August 2005 19:49 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

There is new Path support in draw2d/SWT that you might use.
"kedar" <kedar.thakur@gmail.com> wrote in message
news:dckj3l$uk9$1@news.eclipse.org...
> Hello people,
>
> Can I create curved connections using GEF ?
>
> Thanks in advance
> Kedar T
>
Previous Topic:self-referencing connections
Next Topic:Implement two
Goto Forum:
  


Current Time: Fri Apr 26 20:39:19 GMT 2024

Powered by FUDForum. Page generated in 0.02767 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top