gpt4 book ai didi

mxgraph - 将边锁定到 mxGraph 中的顶点

转载 作者:行者123 更新时间:2023-12-04 03:02:21 27 4
gpt4 key购买 nike

给定 javascript Hello World 示例 (mxgraph/javascript/examples/helloworld.html):如果单击并拖动边,它将移动,从而不再连接到顶点。我想修改helloworld.html,使边不能与顶点解耦。我怎样才能做到这一点?

最佳答案

将以下代码放在 try-finally block 之前:

graph.setAllowDanglingEdges(false);
graph.setDisconnectOnMove(false);

这在 documentation 中有解释.

关于mxgraph - 将边锁定到 mxGraph 中的顶点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48021227/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com