本文整理了Java中com.mxgraph.view.mxGraph.setConnectionConstraint()
方法的一些代码示例,展示了mxGraph.setConnectionConstraint()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。mxGraph.setConnectionConstraint()
方法的具体详情如下:
包路径:com.mxgraph.view.mxGraph
类名称:mxGraph
方法名:setConnectionConstraint
[英]Sets the connection constraint that describes the given connection point. If no constraint is given then nothing is changed. To remove an existing constraint from the given edge, use an empty constraint instead.
[中]设置描述给定连接点的连接约束。如果没有给出任何约束,那么什么都不会改变。要从给定边删除现有约束,请改用空约束。
代码示例来源:origin: com.github.vlsi.mxgraph/jgraphx
setConnectionConstraint(edge, terminal, source, constraint);
代码示例来源:origin: org.tinyjee.jgraphx/jgraphx
setConnectionConstraint(edge, terminal, source, constraint);
内容来源于网络,如有侵权,请联系作者删除!