Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您在 graphiti 中连接两个端口(通过鼠标拖动)时,将使用默认连接路由器。如何将其更改为 bezierConnectionRouter ?
您可以在代码开头使用以下内容 draw2d.Connection.DEFAULT_ROUTER = new draw2d.layout.connection.ManhattanBridgedConnectionRouter(); (或您需要的其他类型的路由器)