maxGraph/dotnet/docs/html/classcom_1_1mxgraph_1_1mxEd...

135 lines
7.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>mxGraph: com::mxgraph::mxEdgeStyle Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
<div class="navpath"><b>com</b>::<b>mxgraph</b>::<a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html">mxEdgeStyle</a>
</div>
</div>
<div class="contents">
<h1>com::mxgraph::mxEdgeStyle Class Reference</h1><!-- doxytag: class="com::mxgraph::mxEdgeStyle" -->
<p>Provides various edge styles to be used as the values for <a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a8861eab51bc7b08c6275a70f2f4172cb" title="Takes a function that creates points. Possible values are the functions defined in...">mxConstants.STYLE_EDGE</a> in a cell style.
<a href="#_details">More...</a></p>
<p><a href="classcom_1_1mxgraph_1_1mxEdgeStyle-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Static Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static mxEdgeStyleFunction&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a0941ebe2ed707190810ac007e7d2db65">EntityRelation</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implements an entity relation style for edges (as used in database schema diagrams). <a href="#a0941ebe2ed707190810ac007e7d2db65"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static mxEdgeStyleFunction&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#abccfcbe9600ba65c750d9334c2e6a36c">Loop</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implements a self-reference, aka. loop. <a href="#abccfcbe9600ba65c750d9334c2e6a36c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static mxEdgeStyleFunction&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a92f5012b34ca2e03ce23139b36d59d2a">ElbowConnector</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style. SideToSide is used if horizontal is true or unspecified. <a href="#a92f5012b34ca2e03ce23139b36d59d2a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static mxEdgeStyleFunction&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a67fb360a6331b9ec3b65f0f1cfcb161d">SideToSide</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implements a vertical elbow edge. <a href="#a67fb360a6331b9ec3b65f0f1cfcb161d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static mxEdgeStyleFunction&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a9c046cb096d401b3665d2ccc096bf145">TopToBottom</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implements a horizontal elbow edge. <a href="#a9c046cb096d401b3665d2ccc096bf145"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Provides various edge styles to be used as the values for <a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a8861eab51bc7b08c6275a70f2f4172cb" title="Takes a function that creates points. Possible values are the functions defined in...">mxConstants.STYLE_EDGE</a> in a cell style. </p>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a92f5012b34ca2e03ce23139b36d59d2a"></a><!-- doxytag: member="com::mxgraph::mxEdgeStyle::ElbowConnector" ref="a92f5012b34ca2e03ce23139b36d59d2a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mxEdgeStyleFunction <a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a92f5012b34ca2e03ce23139b36d59d2a">com::mxgraph::mxEdgeStyle::ElbowConnector</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style. SideToSide is used if horizontal is true or unspecified. </p>
</div>
</div>
<a class="anchor" id="a0941ebe2ed707190810ac007e7d2db65"></a><!-- doxytag: member="com::mxgraph::mxEdgeStyle::EntityRelation" ref="a0941ebe2ed707190810ac007e7d2db65" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mxEdgeStyleFunction <a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a0941ebe2ed707190810ac007e7d2db65">com::mxgraph::mxEdgeStyle::EntityRelation</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implements an entity relation style for edges (as used in database schema diagrams). </p>
</div>
</div>
<a class="anchor" id="abccfcbe9600ba65c750d9334c2e6a36c"></a><!-- doxytag: member="com::mxgraph::mxEdgeStyle::Loop" ref="abccfcbe9600ba65c750d9334c2e6a36c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mxEdgeStyleFunction <a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#abccfcbe9600ba65c750d9334c2e6a36c">com::mxgraph::mxEdgeStyle::Loop</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implements a self-reference, aka. loop. </p>
</div>
</div>
<a class="anchor" id="a67fb360a6331b9ec3b65f0f1cfcb161d"></a><!-- doxytag: member="com::mxgraph::mxEdgeStyle::SideToSide" ref="a67fb360a6331b9ec3b65f0f1cfcb161d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mxEdgeStyleFunction <a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a67fb360a6331b9ec3b65f0f1cfcb161d">com::mxgraph::mxEdgeStyle::SideToSide</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implements a vertical elbow edge. </p>
</div>
</div>
<a class="anchor" id="a9c046cb096d401b3665d2ccc096bf145"></a><!-- doxytag: member="com::mxgraph::mxEdgeStyle::TopToBottom" ref="a9c046cb096d401b3665d2ccc096bf145" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">mxEdgeStyleFunction <a class="el" href="classcom_1_1mxgraph_1_1mxEdgeStyle.html#a9c046cb096d401b3665d2ccc096bf145">com::mxgraph::mxEdgeStyle::TopToBottom</a><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implements a horizontal elbow edge. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>src/view/mxEdgeStyle.cs</li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Dec 18 13:18:35 2012 for mxGraph by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>