0

When you connect two ports in graphiti (by mouse dragging) a default connection router is used. How do I change this to let's say a bezierConnectionRouter ?

Jan Krakora
  • 2,500
  • 3
  • 25
  • 52
Stig Husby
  • 1,677
  • 12
  • 15

1 Answers1

-1

you can use the following at the beginning of your code draw2d.Connection.DEFAULT_ROUTER = new draw2d.layout.connection.ManhattanBridgedConnectionRouter(); (or other types of routers you need)

Adnan
  • 24
  • 2