答案 0 :(得分:0)
尝试设置
// Used as a value for {@link Link#adjusting},
// to indicate that the link route computation should keep the
// intermediate points of the previous route, just modifying the first and/or last points;
theLink.adjusting = go.Link.End;
然后重新计算链接路线。
theLink.invalidateRoute();