Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] How to draw a doubled connection


These types of questions are best asked on the newsgroup: news://news.eclipse.org/eclipse.tools.gef

If I understand the question, the way I would do it would be to setLineWidth to 3, draw the line in the foreground color (black), then setLineWidth to 1, and draw the line in the background color (white).




"Dein, Christian (empolis KL)" <Christian.Dein@xxxxxxxxxxx>
Sent by: gef-dev-admin@xxxxxxxxxxx

05/28/2003 03:56 AM
Please respond to gef-dev

       
        To:        "'gef-dev@xxxxxxxxxxx'" <gef-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [gef-dev] How to draw a doubled connection



Hello everbody,
i am new to developing applications with gef. Could you explain me how to
draw double line connections if i extend the
org.eclipse.draw2d.PolylineConnection.

Thank you for your help

Christian
_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/gef-dev


Back to the top