<h2title="Uses of Class com.mxgraph.io.mxObjectCodec"class="title">Uses of Class<br>com.mxgraph.io.mxObjectCodec</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/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a></span><spanclass="tabEnd"> </span></caption>
<divclass="block">This package contains all classes for input/output.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<ulclass="blockList">
<liclass="blockList"><aname="com.mxgraph.io">
<!---->
</a>
<h3>Uses of <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a> in <ahref="../../../../com/mxgraph/io/package-summary.html">com.mxgraph.io</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a> in <ahref="../../../../com/mxgraph/io/package-summary.html">com.mxgraph.io</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/io/mxCellCodec.html"title="class in com.mxgraph.io">mxCellCodec</a></strong></code>
<divclass="block">Codec for mxCells.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/io/mxChildChangeCodec.html"title="class in com.mxgraph.io">mxChildChangeCodec</a></strong></code>
<divclass="block">Codec for mxChildChanges.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/io/mxGenericChangeCodec.html"title="class in com.mxgraph.io">mxGenericChangeCodec</a></strong></code>
<divclass="block">Codec for mxChildChanges.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/io/mxModelCodec.html"title="class in com.mxgraph.io">mxModelCodec</a></strong></code>
<divclass="block">Codec for mxGraphModels.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/io/mxRootChangeCodec.html"title="class in com.mxgraph.io">mxRootChangeCodec</a></strong></code>
<divclass="block">Codec for mxChildChanges.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/io/mxStylesheetCodec.html"title="class in com.mxgraph.io">mxStylesheetCodec</a></strong></code>
<divclass="block">Codec for mxStylesheets.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/io/mxTerminalChangeCodec.html"title="class in com.mxgraph.io">mxTerminalChangeCodec</a></strong></code>
<divclass="block">Codec for mxChildChanges.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <ahref="../../../../com/mxgraph/io/package-summary.html">com.mxgraph.io</a> with type parameters of type <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>protected static <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Hashtable.html?is-external=true"title="class or interface in java.util">Hashtable</a><<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a>,<ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a>></code></td>
<divclass="block">Maps from constructor names to codecs.</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/io/package-summary.html">com.mxgraph.io</a> that return <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</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>static <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a></code></td>
<tdclass="colLast"><spanclass="strong">mxCodecRegistry.</span><code><strong><ahref="../../../../com/mxgraph/io/mxCodecRegistry.html#getCodec(java.lang.String)">getCodec</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> name)</code>
<divclass="block">Returns a codec that handles the given object, which can be an object
instance or an XML node.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a></code></td>
<tdclass="colLast"><spanclass="strong">mxCodecRegistry.</span><code><strong><ahref="../../../../com/mxgraph/io/mxCodecRegistry.html#register(com.mxgraph.io.mxObjectCodec)">register</a></strong>(<ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a> codec)</code>
<divclass="block">Registers a new codec and associates the name of the template constructor
in the codec with the codec object.</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/io/package-summary.html">com.mxgraph.io</a> with parameters of type <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</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>static <ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a></code></td>
<tdclass="colLast"><spanclass="strong">mxCodecRegistry.</span><code><strong><ahref="../../../../com/mxgraph/io/mxCodecRegistry.html#register(com.mxgraph.io.mxObjectCodec)">register</a></strong>(<ahref="../../../../com/mxgraph/io/mxObjectCodec.html"title="class in com.mxgraph.io">mxObjectCodec</a> codec)</code>
<divclass="block">Registers a new codec and associates the name of the template constructor