UNPKG

mxgraph-map-fix

Version:

mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.

248 lines (247 loc) 217 kB
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>mxGraph: com.mxgraph.mxGraph Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">mxGraph </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',false,false,'search.php','Search'); }); </script> <div id="main-nav"></div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacecom.html">com</a></li><li class="navelem"><a class="el" href="namespacecom_1_1mxgraph.html">mxgraph</a></li><li class="navelem"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html">mxGraph</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> &#124; <a href="#pro-methods">Protected Member Functions</a> &#124; <a href="#pro-attribs">Protected Attributes</a> &#124; <a href="#properties">Properties</a> &#124; <a href="classcom_1_1mxgraph_1_1mxGraph-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">com.mxgraph.mxGraph Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Implements a graph object that allows to create diagrams from a graph model and stylesheet. <a href="classcom_1_1mxgraph_1_1mxGraph.html#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a0c8b7165d584bcfe0adc6c3fef75a1d0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a0c8b7165d584bcfe0adc6c3fef75a1d0">mxGraph</a> ()</td></tr> <tr class="memdesc:a0c8b7165d584bcfe0adc6c3fef75a1d0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a new graph with an empty graph model. <a href="#a0c8b7165d584bcfe0adc6c3fef75a1d0">More...</a><br /></td></tr> <tr class="separator:a0c8b7165d584bcfe0adc6c3fef75a1d0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a73bfa5b073ba86db4320943c29b168fb"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a73bfa5b073ba86db4320943c29b168fb">mxGraph</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxIGraphModel.html">mxIGraphModel</a> <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a099f27db4305e925cf5c7bd020bf5fc7">model</a>)</td></tr> <tr class="memdesc:a73bfa5b073ba86db4320943c29b168fb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a new graph for the specified model. If no model is specified, then a new, empty graph model is used. <a href="#a73bfa5b073ba86db4320943c29b168fb">More...</a><br /></td></tr> <tr class="separator:a73bfa5b073ba86db4320943c29b168fb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af779612fa1ad39875162a300854e817e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#af779612fa1ad39875162a300854e817e">mxGraph</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxStylesheet.html">mxStylesheet</a> <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a69180902ac160acbcf59471d75b86b36">stylesheet</a>)</td></tr> <tr class="memdesc:af779612fa1ad39875162a300854e817e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a new graph for the specified model. If no model is specified, then a new, empty graph model is used. <a href="#af779612fa1ad39875162a300854e817e">More...</a><br /></td></tr> <tr class="separator:af779612fa1ad39875162a300854e817e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abe471363a8cedb423819eb4319c2950e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#abe471363a8cedb423819eb4319c2950e">mxGraph</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxIGraphModel.html">mxIGraphModel</a> <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a099f27db4305e925cf5c7bd020bf5fc7">model</a>, <a class="el" href="classcom_1_1mxgraph_1_1mxStylesheet.html">mxStylesheet</a> <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a69180902ac160acbcf59471d75b86b36">stylesheet</a>)</td></tr> <tr class="memdesc:abe471363a8cedb423819eb4319c2950e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a new graph for the specified model. If no model is specified, then a new, empty graph model is used. <a href="#abe471363a8cedb423819eb4319c2950e">More...</a><br /></td></tr> <tr class="separator:abe471363a8cedb423819eb4319c2950e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4c4a2a78097bf5d36e3f3f0bf9d6d6fb"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a4c4a2a78097bf5d36e3f3f0bf9d6d6fb">Snap</a> (double value)</td></tr> <tr class="memdesc:a4c4a2a78097bf5d36e3f3f0bf9d6d6fb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Snaps the given numeric value to the grid if gridEnabled is true. <a href="#a4c4a2a78097bf5d36e3f3f0bf9d6d6fb">More...</a><br /></td></tr> <tr class="separator:a4c4a2a78097bf5d36e3f3f0bf9d6d6fb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8e84e0ea6fa6b8735837095108667000"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a8e84e0ea6fa6b8735837095108667000">GetDefaultParent</a> ()</td></tr> <tr class="memdesc:a8e84e0ea6fa6b8735837095108667000"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the first child of the root in the model, that is, the first or default layer of the diagram. <a href="#a8e84e0ea6fa6b8735837095108667000">More...</a><br /></td></tr> <tr class="separator:a8e84e0ea6fa6b8735837095108667000"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1bab580ce2e3ae1ab77425062ec1ee1c"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a1bab580ce2e3ae1ab77425062ec1ee1c">ConvertValueToString</a> (Object cell)</td></tr> <tr class="memdesc:a1bab580ce2e3ae1ab77425062ec1ee1c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the textual representation for the given cell. <a href="#a1bab580ce2e3ae1ab77425062ec1ee1c">More...</a><br /></td></tr> <tr class="separator:a1bab580ce2e3ae1ab77425062ec1ee1c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b8fef816228f294a66d9e3190b3090a"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a4b8fef816228f294a66d9e3190b3090a">GetLabel</a> (Object cell)</td></tr> <tr class="memdesc:a4b8fef816228f294a66d9e3190b3090a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a string or markup that represents the label for the given cell. This implementation uses ConvertValueToString if labelsVisible is true. Otherwise it returns an empty string. <a href="#a4b8fef816228f294a66d9e3190b3090a">More...</a><br /></td></tr> <tr class="separator:a4b8fef816228f294a66d9e3190b3090a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a97e67792eb148cf03f69a679ec668837"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxPoint.html">mxPoint</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a97e67792eb148cf03f69a679ec668837">GetChildOffsetForCell</a> (Object cell)</td></tr> <tr class="memdesc:a97e67792eb148cf03f69a679ec668837"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the offset to be used for the cells inside the given cell. The root and layer cells may be identified using mxGraphModel.isRoot and mxGraphModel.isLayer. This implementation returns null. <a href="#a97e67792eb148cf03f69a679ec668837">More...</a><br /></td></tr> <tr class="separator:a97e67792eb148cf03f69a679ec668837"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a60a9c81eb28b81d6fa0278b17c9a7cff"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a60a9c81eb28b81d6fa0278b17c9a7cff">IsOrthogonal</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxCellState.html">mxCellState</a> edge)</td></tr> <tr class="memdesc:a60a9c81eb28b81d6fa0278b17c9a7cff"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if perimeter points should be computed such that the resulting edge has only horizontal or vertical segments. <a href="#a60a9c81eb28b81d6fa0278b17c9a7cff">More...</a><br /></td></tr> <tr class="separator:a60a9c81eb28b81d6fa0278b17c9a7cff"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae5d4ef252e7dc9829507a76fa6e7582d"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ae5d4ef252e7dc9829507a76fa6e7582d">IsSwimlane</a> (Object cell)</td></tr> <tr class="memdesc:ae5d4ef252e7dc9829507a76fa6e7582d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the given cell is a swimlane. <a href="#ae5d4ef252e7dc9829507a76fa6e7582d">More...</a><br /></td></tr> <tr class="separator:ae5d4ef252e7dc9829507a76fa6e7582d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a08f9ccebcc2578aa94628784ae8770d7"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a08f9ccebcc2578aa94628784ae8770d7">IsCellMovable</a> (Object cell)</td></tr> <tr class="memdesc:a08f9ccebcc2578aa94628784ae8770d7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the given cell is movable. This implementation always returns true. <a href="#a08f9ccebcc2578aa94628784ae8770d7">More...</a><br /></td></tr> <tr class="separator:a08f9ccebcc2578aa94628784ae8770d7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1555a5804772fe180b0301b7ec7e677d"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a1555a5804772fe180b0301b7ec7e677d">IsCellVisible</a> (Object cell)</td></tr> <tr class="memdesc:a1555a5804772fe180b0301b7ec7e677d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the given cell is visible. This implementation returns true if the visible state of the cell in the model is true. <a href="#a1555a5804772fe180b0301b7ec7e677d">More...</a><br /></td></tr> <tr class="separator:a1555a5804772fe180b0301b7ec7e677d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad6d2e0c00b4fa72987098077aa2eb0e2"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ad6d2e0c00b4fa72987098077aa2eb0e2">IsCellCollapsed</a> (Object cell)</td></tr> <tr class="memdesc:ad6d2e0c00b4fa72987098077aa2eb0e2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the given cell is collapsed. This implementation returns true if the collapsed state of the cell in the model is true. <a href="#ad6d2e0c00b4fa72987098077aa2eb0e2">More...</a><br /></td></tr> <tr class="separator:ad6d2e0c00b4fa72987098077aa2eb0e2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a933a43617f6262b9c9aa9a63ea20be9e"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a933a43617f6262b9c9aa9a63ea20be9e">IsCellConnectable</a> (Object cell)</td></tr> <tr class="memdesc:a933a43617f6262b9c9aa9a63ea20be9e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the given cell is connectable. This implementation returns true if the connectable state of the cell in the model is true. <a href="#a933a43617f6262b9c9aa9a63ea20be9e">More...</a><br /></td></tr> <tr class="separator:a933a43617f6262b9c9aa9a63ea20be9e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7b567f443d3d5f11b521320d88f56069"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxGeometry.html">mxGeometry</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a7b567f443d3d5f11b521320d88f56069">GetCellGeometry</a> (Object cell)</td></tr> <tr class="memdesc:a7b567f443d3d5f11b521320d88f56069"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the geometry for the given cell. <a href="#a7b567f443d3d5f11b521320d88f56069">More...</a><br /></td></tr> <tr class="separator:a7b567f443d3d5f11b521320d88f56069"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a43ae41a1a6b056a98338dfad88f7def0"><td class="memItemLeft" align="right" valign="top">Dictionary&lt; string, Object &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a43ae41a1a6b056a98338dfad88f7def0">GetCellStyle</a> (Object cell)</td></tr> <tr class="memdesc:a43ae41a1a6b056a98338dfad88f7def0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the style for the given cell. <a href="#a43ae41a1a6b056a98338dfad88f7def0">More...</a><br /></td></tr> <tr class="separator:a43ae41a1a6b056a98338dfad88f7def0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad3f26420460056b51bf2d396428b2699"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ad3f26420460056b51bf2d396428b2699">AddImageBundle</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxImageBundle.html">mxImageBundle</a> bundle)</td></tr> <tr class="memdesc:ad3f26420460056b51bf2d396428b2699"><td class="mdescLeft">&#160;</td><td class="mdescRight">Adds the specified bundle. <a href="#ad3f26420460056b51bf2d396428b2699">More...</a><br /></td></tr> <tr class="separator:ad3f26420460056b51bf2d396428b2699"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2dc7c6deffa7b0b6cf855ba667cf5f9d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a2dc7c6deffa7b0b6cf855ba667cf5f9d">RemoveImageBundle</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxImageBundle.html">mxImageBundle</a> bundle)</td></tr> <tr class="memdesc:a2dc7c6deffa7b0b6cf855ba667cf5f9d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes the specified bundle. <a href="#a2dc7c6deffa7b0b6cf855ba667cf5f9d">More...</a><br /></td></tr> <tr class="separator:a2dc7c6deffa7b0b6cf855ba667cf5f9d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abcf2c8640c3a2645b92bc899a40bda57"><td class="memItemLeft" align="right" valign="top">String&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#abcf2c8640c3a2645b92bc899a40bda57">GetImageFromBundles</a> (String key)</td></tr> <tr class="memdesc:abcf2c8640c3a2645b92bc899a40bda57"><td class="mdescLeft">&#160;</td><td class="mdescRight">Searches all bundles for the specified key and returns the value for the first match or null if the key is not found. <a href="#abcf2c8640c3a2645b92bc899a40bda57">More...</a><br /></td></tr> <tr class="separator:abcf2c8640c3a2645b92bc899a40bda57"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6a2f27cdcadfceec8755762325c1c5f9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a6a2f27cdcadfceec8755762325c1c5f9">SetCellStyles</a> (String key, String value, Object[] cells)</td></tr> <tr class="memdesc:a6a2f27cdcadfceec8755762325c1c5f9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the key to value in the styles of the given cells. This will modify the existing cell styles in-place and override any existing assignment for the given key. If no cells are specified, then the selection cells are changed. If no value is specified, then the respective key is removed from the styles. <a href="#a6a2f27cdcadfceec8755762325c1c5f9">More...</a><br /></td></tr> <tr class="separator:a6a2f27cdcadfceec8755762325c1c5f9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a23bd58467601af64ee09cbf85dd9ed24"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a23bd58467601af64ee09cbf85dd9ed24">InsertVertex</a> (Object parent, string id, Object value, double x, double y, double width, double height)</td></tr> <tr class="memdesc:a23bd58467601af64ee09cbf85dd9ed24"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates and adds a new vertex with an empty style, see AddVertex. <a href="#a23bd58467601af64ee09cbf85dd9ed24">More...</a><br /></td></tr> <tr class="separator:a23bd58467601af64ee09cbf85dd9ed24"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a844b068eb6cfeb501e3dfe13bc19abd3"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a844b068eb6cfeb501e3dfe13bc19abd3">InsertVertex</a> (Object parent, string id, Object value, double x, double y, double width, double height, string style)</td></tr> <tr class="memdesc:a844b068eb6cfeb501e3dfe13bc19abd3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates and adds a new vertex with an empty style, see AddVertex. <a href="#a844b068eb6cfeb501e3dfe13bc19abd3">More...</a><br /></td></tr> <tr class="separator:a844b068eb6cfeb501e3dfe13bc19abd3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0319623046dc211458e44369e5d4c40f"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a0319623046dc211458e44369e5d4c40f">InsertVertex</a> (Object parent, string id, Object value, double x, double y, double width, double height, string style, bool relative)</td></tr> <tr class="memdesc:a0319623046dc211458e44369e5d4c40f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Adds a new vertex into the given parent using value as the user object and the given coordinates as the geometry of the new vertex. The id and style are used for the respective properties of the new cell, which is returned. <a href="#a0319623046dc211458e44369e5d4c40f">More...</a><br /></td></tr> <tr class="separator:a0319623046dc211458e44369e5d4c40f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2fb78e99a699f76d92430482a042c6bf"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a2fb78e99a699f76d92430482a042c6bf">CreateVertex</a> (Object parent, string id, Object value, double x, double y, double width, double height, string style)</td></tr> <tr class="memdesc:a2fb78e99a699f76d92430482a042c6bf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new vertex to be used in insertVertex. <a href="#a2fb78e99a699f76d92430482a042c6bf">More...</a><br /></td></tr> <tr class="separator:a2fb78e99a699f76d92430482a042c6bf"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afd64014c1d5e5c346ac5eeb711fa4172"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#afd64014c1d5e5c346ac5eeb711fa4172">CreateVertex</a> (Object parent, string id, Object value, double x, double y, double width, double height, string style, bool relative)</td></tr> <tr class="memdesc:afd64014c1d5e5c346ac5eeb711fa4172"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new vertex to be used in insertVertex. <a href="#afd64014c1d5e5c346ac5eeb711fa4172">More...</a><br /></td></tr> <tr class="separator:afd64014c1d5e5c346ac5eeb711fa4172"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a76fbde35eed7416d00201afbb519458e"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a76fbde35eed7416d00201afbb519458e">InsertEdge</a> (Object parent, string id, Object value, Object source, Object target)</td></tr> <tr class="memdesc:a76fbde35eed7416d00201afbb519458e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates and adds a new edge with an empty style. <a href="#a76fbde35eed7416d00201afbb519458e">More...</a><br /></td></tr> <tr class="separator:a76fbde35eed7416d00201afbb519458e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a83b088c3065d6b8067079dbc8b3ce54a"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a83b088c3065d6b8067079dbc8b3ce54a">InsertEdge</a> (Object parent, string id, Object value, Object source, Object target, string style)</td></tr> <tr class="memdesc:a83b088c3065d6b8067079dbc8b3ce54a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Adds a new edge into the given parent using value as the user object and the given source and target as the terminals of the new edge. The Id and style are used for the respective properties of the new cell, which is returned. <a href="#a83b088c3065d6b8067079dbc8b3ce54a">More...</a><br /></td></tr> <tr class="separator:a83b088c3065d6b8067079dbc8b3ce54a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9b5234372d66d860e88ba24446e9ef8d"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a9b5234372d66d860e88ba24446e9ef8d">CreateEdge</a> (Object parent, string id, Object value, Object source, Object target, string style)</td></tr> <tr class="memdesc:a9b5234372d66d860e88ba24446e9ef8d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates the edge to be used in insertEdge. This implementation does not set the source and target of the edge, these are set when the edge is added to the model. <a href="#a9b5234372d66d860e88ba24446e9ef8d">More...</a><br /></td></tr> <tr class="separator:a9b5234372d66d860e88ba24446e9ef8d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adab59e68e2ff476742638d83bcd72075"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#adab59e68e2ff476742638d83bcd72075">GetGraphBounds</a> ()</td></tr> <tr class="memdesc:adab59e68e2ff476742638d83bcd72075"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounds of the visible graph. <a href="#adab59e68e2ff476742638d83bcd72075">More...</a><br /></td></tr> <tr class="separator:adab59e68e2ff476742638d83bcd72075"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afc46e3a0b7156330e5b7ae0687fd5044"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#afc46e3a0b7156330e5b7ae0687fd5044">GetCellBounds</a> (Object cell)</td></tr> <tr class="memdesc:afc46e3a0b7156330e5b7ae0687fd5044"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounds of the given cell. <a href="#afc46e3a0b7156330e5b7ae0687fd5044">More...</a><br /></td></tr> <tr class="separator:afc46e3a0b7156330e5b7ae0687fd5044"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a368e23c4c7a27ad98e610a29b277200f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a368e23c4c7a27ad98e610a29b277200f">GetCellBounds</a> (Object cell, bool includeEdges)</td></tr> <tr class="memdesc:a368e23c4c7a27ad98e610a29b277200f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounds of the given cell including all connected edges if includeEdge is true. <a href="#a368e23c4c7a27ad98e610a29b277200f">More...</a><br /></td></tr> <tr class="separator:a368e23c4c7a27ad98e610a29b277200f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ade229dfd7a43428f037572f6f87b4572"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ade229dfd7a43428f037572f6f87b4572">GetCellBounds</a> (Object cell, bool includeEdges, bool includeDescendants)</td></tr> <tr class="memdesc:ade229dfd7a43428f037572f6f87b4572"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounds of the given cell including all connected edges if includeEdge is true. <a href="#ade229dfd7a43428f037572f6f87b4572">More...</a><br /></td></tr> <tr class="separator:ade229dfd7a43428f037572f6f87b4572"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abc850aa901d52f5e0e96479eb0ee709e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#abc850aa901d52f5e0e96479eb0ee709e">GetBoundingBox</a> (Object cell)</td></tr> <tr class="memdesc:abc850aa901d52f5e0e96479eb0ee709e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounds of the given cell. <a href="#abc850aa901d52f5e0e96479eb0ee709e">More...</a><br /></td></tr> <tr class="separator:abc850aa901d52f5e0e96479eb0ee709e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7dd6f6b6fc2ec1ba15358213cedb2154"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a7dd6f6b6fc2ec1ba15358213cedb2154">GetBoundingBox</a> (Object cell, bool includeEdges)</td></tr> <tr class="memdesc:a7dd6f6b6fc2ec1ba15358213cedb2154"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounding box of the given cell including all connected edges if includeEdge is true. <a href="#a7dd6f6b6fc2ec1ba15358213cedb2154">More...</a><br /></td></tr> <tr class="separator:a7dd6f6b6fc2ec1ba15358213cedb2154"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0d1a35090440d6a92e23dc05b3c2ccd0"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a0d1a35090440d6a92e23dc05b3c2ccd0">GetBoundingBox</a> (Object cell, bool includeEdges, bool includeDescendants)</td></tr> <tr class="memdesc:a0d1a35090440d6a92e23dc05b3c2ccd0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounding box of the given cell including all connected edges if includeEdge is true. <a href="#a0d1a35090440d6a92e23dc05b3c2ccd0">More...</a><br /></td></tr> <tr class="separator:a0d1a35090440d6a92e23dc05b3c2ccd0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a30348a6253ba3388f6fab09368765784"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a30348a6253ba3388f6fab09368765784">GetPaintBounds</a> (Object[] cells)</td></tr> <tr class="memdesc:a30348a6253ba3388f6fab09368765784"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounding box of the given cells and their descendants. <a href="#a30348a6253ba3388f6fab09368765784">More...</a><br /></td></tr> <tr class="separator:a30348a6253ba3388f6fab09368765784"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3b9e432bd43a26f2d266a46339d4a33d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a3b9e432bd43a26f2d266a46339d4a33d">GetBoundsForCells</a> (Object[] cells, bool includeEdges, bool includeDescendants, bool boundingBox)</td></tr> <tr class="memdesc:a3b9e432bd43a26f2d266a46339d4a33d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounds for the given cells. <a href="#a3b9e432bd43a26f2d266a46339d4a33d">More...</a><br /></td></tr> <tr class="separator:a3b9e432bd43a26f2d266a46339d4a33d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aab4bcf66f549c2df1c9747fc343f33aa"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxRectangle.html">mxRectangle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#aab4bcf66f549c2df1c9747fc343f33aa">GetCellBounds</a> (Object cell, bool includeEdges, bool includeDescendants, bool boundingBox)</td></tr> <tr class="memdesc:aab4bcf66f549c2df1c9747fc343f33aa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bounds of the given cell including all connected edges if includeEdge is true. <a href="#aab4bcf66f549c2df1c9747fc343f33aa">More...</a><br /></td></tr> <tr class="separator:aab4bcf66f549c2df1c9747fc343f33aa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae2d5b2c142e9724cd0b02036bcee9657"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxConnectionConstraint.html">mxConnectionConstraint</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ae2d5b2c142e9724cd0b02036bcee9657">GetConnectionConstraint</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxCellState.html">mxCellState</a> edge, <a class="el" href="classcom_1_1mxgraph_1_1mxCellState.html">mxCellState</a> terminal, bool source)</td></tr> <tr class="memdesc:ae2d5b2c142e9724cd0b02036bcee9657"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a connection constraint that describes the given connection point. This result can then be passed to getConnectionPoint. <a href="#ae2d5b2c142e9724cd0b02036bcee9657">More...</a><br /></td></tr> <tr class="separator:ae2d5b2c142e9724cd0b02036bcee9657"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad64937701d8c458492c4e616dff822a4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxPoint.html">mxPoint</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ad64937701d8c458492c4e616dff822a4">GetConnectionPoint</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxCellState.html">mxCellState</a> vertex, <a class="el" href="classcom_1_1mxgraph_1_1mxConnectionConstraint.html">mxConnectionConstraint</a> constraint)</td></tr> <tr class="memdesc:ad64937701d8c458492c4e616dff822a4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the nearest point in the list of absolute points or the center of the opposite terminal. <a href="#ad64937701d8c458492c4e616dff822a4">More...</a><br /></td></tr> <tr class="separator:ad64937701d8c458492c4e616dff822a4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac6596606b04a63b7191ece420c0cf677"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ac6596606b04a63b7191ece420c0cf677">GetCellAt</a> (int x, int y)</td></tr> <tr class="memdesc:ac6596606b04a63b7191ece420c0cf677"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the cell at the given location. <a href="#ac6596606b04a63b7191ece420c0cf677">More...</a><br /></td></tr> <tr class="separator:ac6596606b04a63b7191ece420c0cf677"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2c4f06ccc6e5212d4b3f33fa97740a31"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a2c4f06ccc6e5212d4b3f33fa97740a31">GetCellAt</a> (int x, int y, bool hitSwimlaneContent)</td></tr> <tr class="memdesc:a2c4f06ccc6e5212d4b3f33fa97740a31"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the cell at the given location. <a href="#a2c4f06ccc6e5212d4b3f33fa97740a31">More...</a><br /></td></tr> <tr class="separator:a2c4f06ccc6e5212d4b3f33fa97740a31"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a59634ec8fd014ae9cb4ff6aeb6b5014b"><td class="memItemLeft" align="right" valign="top">Object&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a59634ec8fd014ae9cb4ff6aeb6b5014b">GetCellAt</a> (int x, int y, bool hitSwimlaneContent, Object parent)</td></tr> <tr class="memdesc:a59634ec8fd014ae9cb4ff6aeb6b5014b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bottom-most cell that intersects the given point (x, y) in the cell hierarchy starting at the given parent. <a href="#a59634ec8fd014ae9cb4ff6aeb6b5014b">More...</a><br /></td></tr> <tr class="separator:a59634ec8fd014ae9cb4ff6aeb6b5014b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac7761ba7dc3c08a1af1a74ea551c8df6"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ac7761ba7dc3c08a1af1a74ea551c8df6">Intersects</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxCellState.html">mxCellState</a> state, Rectangle rect)</td></tr> <tr class="memdesc:ac7761ba7dc3c08a1af1a74ea551c8df6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the bottom-most cell that intersects the given point (x, y) in the cell hierarchy that starts at the given parent. <a href="#ac7761ba7dc3c08a1af1a74ea551c8df6">More...</a><br /></td></tr> <tr class="separator:ac7761ba7dc3c08a1af1a74ea551c8df6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b523527c844770a46b72bfb1d1e0664"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a4b523527c844770a46b72bfb1d1e0664">HitsSwimlaneContent</a> (Object swimlane, int x, int y)</td></tr> <tr class="memdesc:a4b523527c844770a46b72bfb1d1e0664"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the given point is inside the content area of the given swimlane. (The content area of swimlanes is transparent to events.) This implementation does not check if the given state is a swimlane, it is assumed that the caller has checked this before using this method. <a href="#a4b523527c844770a46b72bfb1d1e0664">More...</a><br /></td></tr> <tr class="separator:a4b523527c844770a46b72bfb1d1e0664"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a895114a118e64137b034febe078477e5"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a895114a118e64137b034febe078477e5">GetChildVertices</a> (Object parent)</td></tr> <tr class="memdesc:a895114a118e64137b034febe078477e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the visible child vertices of the given parent. <a href="#a895114a118e64137b034febe078477e5">More...</a><br /></td></tr> <tr class="separator:a895114a118e64137b034febe078477e5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a07d228061c02d5b821c5c8971b46e3f7"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a07d228061c02d5b821c5c8971b46e3f7">GetChildEdges</a> (Object parent)</td></tr> <tr class="memdesc:a07d228061c02d5b821c5c8971b46e3f7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the visible child edges of the given parent. <a href="#a07d228061c02d5b821c5c8971b46e3f7">More...</a><br /></td></tr> <tr class="separator:a07d228061c02d5b821c5c8971b46e3f7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae9c8a014c060f7ae786ca749c9fd2167"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ae9c8a014c060f7ae786ca749c9fd2167">GetChildCells</a> (Object parent)</td></tr> <tr class="memdesc:ae9c8a014c060f7ae786ca749c9fd2167"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the visible children of the given parent. <a href="#ae9c8a014c060f7ae786ca749c9fd2167">More...</a><br /></td></tr> <tr class="separator:ae9c8a014c060f7ae786ca749c9fd2167"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acbbbe1fc35eda6d4e5f97bc6ea09543d"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#acbbbe1fc35eda6d4e5f97bc6ea09543d">GetChildCells</a> (Object parent, bool vertices, bool edges)</td></tr> <tr class="memdesc:acbbbe1fc35eda6d4e5f97bc6ea09543d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the visible child vertices or edges in the given parent. If vertices and edges is false, then all children are returned. <a href="#acbbbe1fc35eda6d4e5f97bc6ea09543d">More...</a><br /></td></tr> <tr class="separator:acbbbe1fc35eda6d4e5f97bc6ea09543d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a93e0f721ba45ea85b7775d161d1e2ecb"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a93e0f721ba45ea85b7775d161d1e2ecb">GetConnections</a> (Object cell)</td></tr> <tr class="memdesc:a93e0f721ba45ea85b7775d161d1e2ecb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all visible edges connected to the given cell without loops. <a href="#a93e0f721ba45ea85b7775d161d1e2ecb">More...</a><br /></td></tr> <tr class="separator:a93e0f721ba45ea85b7775d161d1e2ecb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abca1d387c474b5f948ac43c141054f50"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#abca1d387c474b5f948ac43c141054f50">GetConnections</a> (Object cell, Object parent)</td></tr> <tr class="memdesc:abca1d387c474b5f948ac43c141054f50"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all visible edges connected to the given cell without loops. <a href="#abca1d387c474b5f948ac43c141054f50">More...</a><br /></td></tr> <tr class="separator:abca1d387c474b5f948ac43c141054f50"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a358258d046a6a2f52ba7f1e985233949"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a358258d046a6a2f52ba7f1e985233949">GetIncomingEdges</a> (Object cell)</td></tr> <tr class="memdesc:a358258d046a6a2f52ba7f1e985233949"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all incoming visible edges connected to the given cell without loops. <a href="#a358258d046a6a2f52ba7f1e985233949">More...</a><br /></td></tr> <tr class="separator:a358258d046a6a2f52ba7f1e985233949"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2a88d9c93606f7fe6671c55c16b922e5"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a2a88d9c93606f7fe6671c55c16b922e5">GetIncomingEdges</a> (Object cell, Object parent)</td></tr> <tr class="memdesc:a2a88d9c93606f7fe6671c55c16b922e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the visible incoming edges for the given cell. If the optional parent argument is specified, then only child edges of the given parent are returned. <a href="#a2a88d9c93606f7fe6671c55c16b922e5">More...</a><br /></td></tr> <tr class="separator:a2a88d9c93606f7fe6671c55c16b922e5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac5d8e69f514a4650b7dfc1f3f7d6c30f"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ac5d8e69f514a4650b7dfc1f3f7d6c30f">GetOutgoingEdges</a> (Object cell)</td></tr> <tr class="memdesc:ac5d8e69f514a4650b7dfc1f3f7d6c30f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all outgoing visible edges connected to the given cell without loops. <a href="#ac5d8e69f514a4650b7dfc1f3f7d6c30f">More...</a><br /></td></tr> <tr class="separator:ac5d8e69f514a4650b7dfc1f3f7d6c30f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae4e9666766c53c957477d558ebbf57a4"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ae4e9666766c53c957477d558ebbf57a4">GetOutgoingEdges</a> (Object cell, Object parent)</td></tr> <tr class="memdesc:ae4e9666766c53c957477d558ebbf57a4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the visible outgoing edges for the given cell. If the optional parent argument is specified, then only child edges of the given parent are returned. <a href="#ae4e9666766c53c957477d558ebbf57a4">More...</a><br /></td></tr> <tr class="separator:ae4e9666766c53c957477d558ebbf57a4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae28ee748ce0c38445e658de114b9a1a5"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#ae28ee748ce0c38445e658de114b9a1a5">GetEdges</a> (Object cell)</td></tr> <tr class="memdesc:ae28ee748ce0c38445e658de114b9a1a5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all visible edges connected to the given cell including loops. <a href="#ae28ee748ce0c38445e658de114b9a1a5">More...</a><br /></td></tr> <tr class="separator:ae28ee748ce0c38445e658de114b9a1a5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6410b132dda5006cbb1f83dba042736f"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a6410b132dda5006cbb1f83dba042736f">GetEdges</a> (Object cell, Object parent)</td></tr> <tr class="memdesc:a6410b132dda5006cbb1f83dba042736f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all visible edges connected to the given cell including loops. <a href="#a6410b132dda5006cbb1f83dba042736f">More...</a><br /></td></tr> <tr class="separator:a6410b132dda5006cbb1f83dba042736f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a751249e3e8ea1d73ef71742ff70a32ae"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a751249e3e8ea1d73ef71742ff70a32ae">GetEdges</a> (Object cell, Object parent, bool incoming, bool outgoing, bool includeLoops)</td></tr> <tr class="memdesc:a751249e3e8ea1d73ef71742ff70a32ae"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the incoming and/or outgoing edges for the given cell. If the optional parent argument is specified, then only edges are returned where the opposite is in the given parent cell. If at least one of incoming or outgoing is true, then loops are ignored, if both are false, then all edges connected to the given cell are returned including loops. <a href="#a751249e3e8ea1d73ef71742ff70a32ae">More...</a><br /></td></tr> <tr class="separator:a751249e3e8ea1d73ef71742ff70a32ae"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a43482ea4cb2bd1af98c57ce032cced61"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a43482ea4cb2bd1af98c57ce032cced61">GetEdges</a> (Object cell, Object parent, bool incoming, bool outgoing, bool includeLoops, bool recurse)</td></tr> <tr class="memdesc:a43482ea4cb2bd1af98c57ce032cced61"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the incoming and/or outgoing edges for the given cell. If the optional parent argument is specified, then only edges are returned where the opposite is in the given parent cell. If at least one of incoming or outgoing is true, then loops are ignored, if both are false, then all edges connected to the given cell are returned including loops. <a href="#a43482ea4cb2bd1af98c57ce032cced61">More...</a><br /></td></tr> <tr class="separator:a43482ea4cb2bd1af98c57ce032cced61"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4c474ffd9b221854d8dfe0b06bb50cbf"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a4c474ffd9b221854d8dfe0b06bb50cbf">IsValidAncestor</a> (Object cell, Object parent, bool recurse)</td></tr> <tr class="memdesc:a4c474ffd9b221854d8dfe0b06bb50cbf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns whether or not the specified parent is a valid ancestor of the specified cell, either direct or indirectly based on whether ancestor recursion is enabled. <a href="#a4c474ffd9b221854d8dfe0b06bb50cbf">More...</a><br /></td></tr> <tr class="separator:a4c474ffd9b221854d8dfe0b06bb50cbf"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acd79ae52c3a956894bcd2238ba1c4f2b"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#acd79ae52c3a956894bcd2238ba1c4f2b">GetOpposites</a> (Object[] edges, Object terminal)</td></tr> <tr class="memdesc:acd79ae52c3a956894bcd2238ba1c4f2b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all distinct visible opposite cells of the terminal on the given edges. <a href="#acd79ae52c3a956894bcd2238ba1c4f2b">More...</a><br /></td></tr> <tr class="separator:acd79ae52c3a956894bcd2238ba1c4f2b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aefd0c4750f50ff34d353b973e30dccf8"><td class="memItemLeft" align="right" valign="top">Object []&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#aefd0c4750f50ff34d353b973e30dccf8">GetOpposites</a> (Object[] edges, Object terminal, bool sources, bool targets)</td></tr> <tr class="memdesc:aefd0c4750f50ff34d353b973e30dccf8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns all distincts visible opposite cells for the specified terminal on the given edges. <a href="#aefd0c4750f50ff34d353b973e30dccf8">More...</a><br /></td>