Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [gef-dev] (no subject)

Title: Message
No it isn't. It is nothing to do with GEF development. There is a news group for
user questions.
 
Try something like
 
 @Override
 protected IFigure createFigure() {
  PolylineConnection conn = new PolylineConnection();
  PolylineDecoration decoration = new PolylineDecoration();
  decoration.setScale(6, 3);
  conn.setTargetDecoration(decoration);
  conn.setLineStyle(Graphics.LINE_DOT);
  return conn;
 }
in a derived AbstractConnectionEditPart.
 
    Regards
 
        Ed Willink
-----Original Message-----
From: gef-dev-bounces@xxxxxxxxxxx [mailto:gef-dev-bounces@xxxxxxxxxxx] On Behalf Of Joven Jedi
Sent: 27 July 2005 10:51
To: gef-dev@xxxxxxxxxxx
Subject: [gef-dev] (no subject)

Hi:

I do not know if this is the right place to ask this. I am making a gef editor and I am using the EReferenceLink class for the connections, but this is a dashed connection and I need a solid connection. Could you help me, please?

Thanks,

Borja

Back to the top