maxGraph/dotnet/docs/html/classcom_1_1mxgraph_1_1mxSt...

144 lines
7.4 KiB
HTML
Raw Normal View History

2012-05-21 20:32:26 +00:00
<!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::mxStyleRegistry 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_1mxStyleRegistry.html">mxStyleRegistry</a>
</div>
</div>
<div class="contents">
<h1>com::mxgraph::mxStyleRegistry Class Reference</h1><!-- doxytag: class="com::mxgraph::mxStyleRegistry" -->
<p>Static class that acts as a global registry for codecs. See <a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html" title="XML codec for .NET object graphs. In order to resolve forward references when reading...">mxCodec</a> for an example of using this class.
<a href="#_details">More...</a></p>
<p><a href="classcom_1_1mxgraph_1_1mxStyleRegistry-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxStyleRegistry.html#ae867348aa79960560ef57ec6179358ee">PutValue</a> (String name, Object value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Puts the given object into the registry under the given name. <a href="#ae867348aa79960560ef57ec6179358ee"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static Object&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxStyleRegistry.html#a3689d9cc958022accbb06bccb3d6502c">GetValue</a> (String name)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the value associated with the given name. <a href="#a3689d9cc958022accbb06bccb3d6502c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static String&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxStyleRegistry.html#a1667ab563793cc2b36c6014b48ec74f8">GetName</a> (Object value)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the value associated with the given name. <a href="#a1667ab563793cc2b36c6014b48ec74f8"></a><br/></td></tr>
<tr><td colspan="2"><h2>Static Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static Dictionary&lt; string, Object &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxStyleRegistry.html#a45d02688cdf739206cb4452da8ae85e3">values</a> = new Dictionary&lt;string, Object&gt;()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Maps from strings to objects. <a href="#a45d02688cdf739206cb4452da8ae85e3"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Static class that acts as a global registry for codecs. See <a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html" title="XML codec for .NET object graphs. In order to resolve forward references when reading...">mxCodec</a> for an example of using this class. </p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a1667ab563793cc2b36c6014b48ec74f8"></a><!-- doxytag: member="com::mxgraph::mxStyleRegistry::GetName" ref="a1667ab563793cc2b36c6014b48ec74f8" args="(Object value)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static String com::mxgraph::mxStyleRegistry::GetName </td>
<td>(</td>
<td class="paramtype">Object&nbsp;</td>
<td class="paramname"> <em>value</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the value associated with the given name. </p>
</div>
</div>
<a class="anchor" id="a3689d9cc958022accbb06bccb3d6502c"></a><!-- doxytag: member="com::mxgraph::mxStyleRegistry::GetValue" ref="a3689d9cc958022accbb06bccb3d6502c" args="(String name)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static Object com::mxgraph::mxStyleRegistry::GetValue </td>
<td>(</td>
<td class="paramtype">String&nbsp;</td>
<td class="paramname"> <em>name</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the value associated with the given name. </p>
</div>
</div>
<a class="anchor" id="ae867348aa79960560ef57ec6179358ee"></a><!-- doxytag: member="com::mxgraph::mxStyleRegistry::PutValue" ref="ae867348aa79960560ef57ec6179358ee" args="(String name, Object value)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void com::mxgraph::mxStyleRegistry::PutValue </td>
<td>(</td>
<td class="paramtype">String&nbsp;</td>
<td class="paramname"> <em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Object&nbsp;</td>
<td class="paramname"> <em>value</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Puts the given object into the registry under the given name. </p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a45d02688cdf739206cb4452da8ae85e3"></a><!-- doxytag: member="com::mxgraph::mxStyleRegistry::values" ref="a45d02688cdf739206cb4452da8ae85e3" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Dictionary&lt;string, Object&gt; <a class="el" href="classcom_1_1mxgraph_1_1mxStyleRegistry.html#a45d02688cdf739206cb4452da8ae85e3">com::mxgraph::mxStyleRegistry::values</a> = new Dictionary&lt;string, Object&gt;()<code> [static, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Maps from strings to objects. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>src/view/mxStyleRegistry.cs</li>
</ul>
</div>
2012-10-29 20:17:12 +00:00
<hr class="footer"/><address style="text-align: right;"><small>Generated on Mon Oct 29 20:11:50 2012 for mxGraph by&nbsp;
2012-05-21 20:32:26 +00:00
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>