<h2title="Uses of Class com.mxgraph.view.mxConnectionConstraint"class="title">Uses of Class<br>com.mxgraph.view.mxConnectionConstraint</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</a></span><spanclass="tabEnd"> </span></caption>
<divclass="block">This package implements the graph component, represented by the mxGraph
class.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<ulclass="blockList">
<liclass="blockList"><aname="com.mxgraph.view">
<!---->
</a>
<h3>Uses of <ahref="../../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</a> in <ahref="../../../../com/mxgraph/view/package-summary.html">com.mxgraph.view</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../com/mxgraph/view/package-summary.html">com.mxgraph.view</a> that return <ahref="../../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</a>[]</code></td>
<tdclass="colLast"><spanclass="strong">mxGraph.</span><code><strong><ahref="../../../../com/mxgraph/view/mxGraph.html#getAllConnectionConstraints(com.mxgraph.view.mxCellState, boolean)">getAllConnectionConstraints</a></strong>(<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> terminal,
boolean source)</code>
<divclass="block">Returns an array of all constraints for the given terminal.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</a></code></td>
<tdclass="colLast"><spanclass="strong">mxGraph.</span><code><strong><ahref="../../../../com/mxgraph/view/mxGraph.html#getConnectionConstraint(com.mxgraph.view.mxCellState, com.mxgraph.view.mxCellState, boolean)">getConnectionConstraint</a></strong>(<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> edge,
<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> terminal,
boolean source)</code>
<divclass="block">Returns an connection constraint that describes the given connection
point.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../com/mxgraph/view/package-summary.html">com.mxgraph.view</a> with parameters of type <ahref="../../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
<tdclass="colFirst"><code><ahref="../../../../com/mxgraph/util/mxPoint.html"title="class in com.mxgraph.util">mxPoint</a></code></td>
<tdclass="colLast"><spanclass="strong">mxGraph.</span><code><strong><ahref="../../../../com/mxgraph/view/mxGraph.html#getConnectionPoint(com.mxgraph.view.mxCellState, com.mxgraph.view.mxConnectionConstraint)">getConnectionPoint</a></strong>(<ahref="../../../../com/mxgraph/view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a> vertex,
<ahref="../../../../com/mxgraph/view/mxConnectionConstraint.html"title="class in com.mxgraph.view">mxConnectionConstraint</a> constraint)</code>
<divclass="block">Sets the connection constraint that describes the given connection point.</div>