2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2014-04-01 11:30:48 +00:00
<!-- NewPage -->
< html lang = "en" >
< head >
2014-11-10 09:02:21 +00:00
<!-- Generated by javadoc (version 1.7.0_51) on Mon Nov 10 03:59:57 EST 2014 -->
< title > mxCellCodec (mxGraph 3.1.1.1 API Specification)< / title >
< meta name = "date" content = "2014-11-10" >
2014-04-01 11:30:48 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../stylesheet.css" title = "Style" >
< / head >
< body >
< script type = "text/javascript" > < ! - -
2012-05-21 20:32:26 +00:00
if (location.href.indexOf('is-external=true') == -1) {
2014-11-10 09:02:21 +00:00
parent.document.title="mxCellCodec (mxGraph 3.1.1.1 API Specification)";
2012-05-21 20:32:26 +00:00
}
2014-04-01 11:30:48 +00:00
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
2012-05-21 20:32:26 +00:00
<!-- ========= START OF TOP NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< div class = "topNav" > < a name = "navbar_top" >
<!-- -->
< / a > < a href = "#skip-navbar_top" title = "Skip navigation links" > < / a > < a name = "navbar_top_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxCellCodec.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev Class< / li >
< li > < a href = "../../../com/mxgraph/io/mxChildChangeCodec.html" title = "class in com.mxgraph.io" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/io/mxCellCodec.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxCellCodec.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#fields_inherited_from_class_com.mxgraph.io.mxObjectCodec" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > Field | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_top" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
2014-04-01 11:30:48 +00:00
< div class = "header" >
< div class = "subTitle" > com.mxgraph.io< / div >
< h2 title = "Class mxCellCodec" class = "title" > Class mxCellCodec< / h2 >
< / div >
< div class = "contentContainer" >
< ul class = "inheritance" >
2014-11-10 09:02:21 +00:00
< li > java.lang.Object< / li >
2014-04-01 11:30:48 +00:00
< li >
< ul class = "inheritance" >
< li > < a href = "../../../com/mxgraph/io/mxObjectCodec.html" title = "class in com.mxgraph.io" > com.mxgraph.io.mxObjectCodec< / a > < / li >
< li >
< ul class = "inheritance" >
< li > com.mxgraph.io.mxCellCodec< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< div class = "description" >
< ul class = "blockList" >
< li class = "blockList" >
< hr >
< br >
< pre > public class < span class = "strong" > mxCellCodec< / span >
extends < a href = "../../../com/mxgraph/io/mxObjectCodec.html" title = "class in com.mxgraph.io" > mxObjectCodec< / a > < / pre >
< div class = "block" > Codec for mxCells. This class is created and registered
2012-05-21 20:32:26 +00:00
dynamically at load time and used implicitely via mxCodec
2014-04-01 11:30:48 +00:00
and the mxCodecRegistry.< / div >
< / li >
< / ul >
< / div >
< div class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- =========== FIELD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_summary" >
<!-- -->
< / a >
< h3 > Field Summary< / h3 >
< ul class = "blockList" >
< li class = "blockList" > < a name = "fields_inherited_from_class_com.mxgraph.io.mxObjectCodec" >
<!-- -->
< / a >
< h3 > Fields inherited from class com.mxgraph.io.< a href = "../../../com/mxgraph/io/mxObjectCodec.html" title = "class in com.mxgraph.io" > mxObjectCodec< / a > < / h3 >
< code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html#accessors" > accessors< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#exclude" > exclude< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#fields" > fields< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#idrefs" > idrefs< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#mapping" > mapping< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#reverse" > reverse< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#template" > template< / a > < / code > < / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_summary" >
<!-- -->
< / a >
< h3 > Constructor Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constructor Summary table, listing constructors, and an explanation" >
< caption > < span > Constructors< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Constructor and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/io/mxCellCodec.html#mxCellCodec()" > mxCellCodec< / a > < / strong > ()< / code >
< div class = "block" > Constructs a new cell codec.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/io/mxCellCodec.html#mxCellCodec(java.lang.Object)" > mxCellCodec< / a > < / strong > (java.lang.Object template)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new cell codec for the given template.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/io/mxCellCodec.html#mxCellCodec(java.lang.Object, java.lang.String[], java.lang.String[], java.util.Map)" > mxCellCodec< / a > < / strong > (java.lang.Object template,
java.lang.String[] exclude,
java.lang.String[] idrefs,
java.util.Map< java.lang.String,java.lang.String> mapping)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new cell codec for the given arguments.< / div >
< / td >
< / tr >
< / table >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========== METHOD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_summary" >
<!-- -->
< / a >
< h3 > Method Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Method Summary table, listing methods, and an explanation" >
< caption > < span > Methods< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Method and Description< / th >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > org.w3c.dom.Node< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/io/mxCellCodec.html#afterEncode(com.mxgraph.io.mxCodec, java.lang.Object, org.w3c.dom.Node)" > afterEncode< / a > < / strong > (< a href = "../../../com/mxgraph/io/mxCodec.html" title = "class in com.mxgraph.io" > mxCodec< / a > enc,
2014-11-10 09:02:21 +00:00
java.lang.Object obj,
org.w3c.dom.Node node)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Encodes an mxCell and wraps the XML up inside the
XML of the user object (inversion).< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > org.w3c.dom.Node< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/io/mxCellCodec.html#beforeDecode(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > beforeDecode< / a > < / strong > (< a href = "../../../com/mxgraph/io/mxCodec.html" title = "class in com.mxgraph.io" > mxCodec< / a > dec,
2014-11-10 09:02:21 +00:00
org.w3c.dom.Node node,
java.lang.Object obj)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Decodes an mxCell and uses the enclosing XML node as
the user object for the cell (inversion).< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/io/mxCellCodec.html#isExcluded(java.lang.Object, java.lang.String, java.lang.Object, boolean)" > isExcluded< / a > < / strong > (java.lang.Object obj,
java.lang.String attr,
java.lang.Object value,
2014-04-01 11:30:48 +00:00
boolean write)< / code >
< div class = "block" > Excludes user objects that are XML nodes.< / div >
< / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_com.mxgraph.io.mxObjectCodec" >
<!-- -->
< / a >
< h3 > Methods inherited from class com.mxgraph.io.< a href = "../../../com/mxgraph/io/mxObjectCodec.html" title = "class in com.mxgraph.io" > mxObjectCodec< / a > < / h3 >
< code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html#addObjectValue(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object)" > addObjectValue< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#afterDecode(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > afterDecode< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#beforeEncode(com.mxgraph.io.mxCodec, java.lang.Object, org.w3c.dom.Node)" > beforeEncode< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#cloneTemplate(org.w3c.dom.Node)" > cloneTemplate< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#convertValueFromXml(java.lang.Class, java.lang.Object)" > convertValueFromXml< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#convertValueToXml(java.lang.Object)" > convertValueToXml< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#decode(com.mxgraph.io.mxCodec, org.w3c.dom.Node)" > decode< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#decode(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > decode< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#decodeAttribute(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > decodeAttribute< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#decodeAttributes(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > decodeAttributes< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#decodeChild(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > decodeChild< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#decodeChildren(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > decodeChildren< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#decodeNode(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > decodeNode< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#encode(com.mxgraph.io.mxCodec, java.lang.Object)" > encode< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#encodeElements(com.mxgraph.io.mxCodec, java.lang.Object, org.w3c.dom.Node)" > encodeElements< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#encodeFields(com.mxgraph.io.mxCodec, java.lang.Object, org.w3c.dom.Node)" > encodeFields< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#encodeObject(com.mxgraph.io.mxCodec, java.lang.Object, org.w3c.dom.Node)" > encodeObject< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#encodeValue(com.mxgraph.io.mxCodec, java.lang.Object, java.lang.String, java.lang.Object, org.w3c.dom.Node)" > encodeValue< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getAccessor(java.lang.Object, java.lang.reflect.Field, boolean)" > getAccessor< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getAttributeName(java.lang.String)" > getAttributeName< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getField(java.lang.Object, java.lang.String)" > getField< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getFieldName(java.lang.String)" > getFieldName< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getFieldTemplate(java.lang.Object, java.lang.String, org.w3c.dom.Node)" > getFieldTemplate< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getFieldValue(java.lang.Object, java.lang.String)" > getFieldValue< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getFieldValueWithAccessor(java.lang.Object, java.lang.reflect.Field)" > getFieldValueWithAccessor< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getMethod(java.lang.Object, java.lang.String, java.lang.Class[])" > getMethod< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getName()" > getName< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#getTemplate()" > getTemplate< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#isPrimitiveValue(java.lang.Object)" > isPrimitiveValue< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#isReference(java.lang.Object, java.lang.String, java.lang.Object, boolean)" > isReference< / a > , < a href = "../../../com/mxgraph/io/mxObjectCodec.html#processInclude(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > processInclude< / a > , < a href = "../.
< / ul >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_java.lang.Object" >
<!-- -->
< / a >
2014-11-10 09:02:21 +00:00
< h3 > Methods inherited from class java.lang.Object< / h3 >
< code > clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait< / code > < / li >
2014-04-01 11:30:48 +00:00
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< div class = "details" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- ========= CONSTRUCTOR DETAIL ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_detail" >
<!-- -->
< / a >
< h3 > Constructor Detail< / h3 >
< a name = "mxCellCodec()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxCellCodec< / h4 >
< pre > public mxCellCodec()< / pre >
< div class = "block" > Constructs a new cell codec.< / div >
< / li >
< / ul >
< a name = "mxCellCodec(java.lang.Object)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxCellCodec< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxCellCodec(java.lang.Object template)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new cell codec for the given template.< / div >
< / li >
< / ul >
< a name = "mxCellCodec(java.lang.Object, java.lang.String[], java.lang.String[], java.util.Map)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > mxCellCodec< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxCellCodec(java.lang.Object template,
java.lang.String[] exclude,
java.lang.String[] idrefs,
java.util.Map< java.lang.String,java.lang.String> mapping)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new cell codec for the given arguments.< / div >
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ============ METHOD DETAIL ========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_detail" >
<!-- -->
< / a >
< h3 > Method Detail< / h3 >
< a name = "isExcluded(java.lang.Object, java.lang.String, java.lang.Object, boolean)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isExcluded< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public boolean isExcluded(java.lang.Object obj,
java.lang.String attr,
java.lang.Object value,
2014-04-01 11:30:48 +00:00
boolean write)< / pre >
< div class = "block" > Excludes user objects that are XML nodes.< / div >
< dl >
< dt > < strong > Overrides:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html#isExcluded(java.lang.Object, java.lang.String, java.lang.Object, boolean)" > isExcluded< / a > < / code > in class < code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html" title = "class in com.mxgraph.io" > mxObjectCodec< / a > < / code > < / dd >
< dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > obj< / code > - Object instance that contains the field.< / dd > < dd > < code > attr< / code > - Fieldname of the field.< / dd > < dd > < code > value< / code > - Value of the field.< / dd > < dd > < code > write< / code > - Boolean indicating if the field is being encoded or
2012-05-21 20:32:26 +00:00
decoded. write is true if the field is being encoded, else it is
2014-04-01 11:30:48 +00:00
being decoded.< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns true if the given attribute should be ignored.< / dd > < / dl >
< / li >
< / ul >
< a name = "afterEncode(com.mxgraph.io.mxCodec, java.lang.Object, org.w3c.dom.Node)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > afterEncode< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public org.w3c.dom.Node afterEncode(< a href = "../../../com/mxgraph/io/mxCodec.html" title = "class in com.mxgraph.io" > mxCodec< / a > enc,
java.lang.Object obj,
org.w3c.dom.Node node)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Encodes an mxCell and wraps the XML up inside the
XML of the user object (inversion).< / div >
< dl >
< dt > < strong > Overrides:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html#afterEncode(com.mxgraph.io.mxCodec, java.lang.Object, org.w3c.dom.Node)" > afterEncode< / a > < / code > in class < code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html" title = "class in com.mxgraph.io" > mxObjectCodec< / a > < / code > < / dd >
< dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > enc< / code > - Codec that controls the encoding process.< / dd > < dd > < code > obj< / code > - Object to be encoded.< / dd > < dd > < code > node< / code > - XML node that represents the default encoding.< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the resulting node of the encoding.< / dd > < / dl >
< / li >
< / ul >
< a name = "beforeDecode(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > beforeDecode< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public org.w3c.dom.Node beforeDecode(< a href = "../../../com/mxgraph/io/mxCodec.html" title = "class in com.mxgraph.io" > mxCodec< / a > dec,
org.w3c.dom.Node node,
java.lang.Object obj)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Decodes an mxCell and uses the enclosing XML node as
the user object for the cell (inversion).< / div >
< dl >
< dt > < strong > Overrides:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html#beforeDecode(com.mxgraph.io.mxCodec, org.w3c.dom.Node, java.lang.Object)" > beforeDecode< / a > < / code > in class < code > < a href = "../../../com/mxgraph/io/mxObjectCodec.html" title = "class in com.mxgraph.io" > mxObjectCodec< / a > < / code > < / dd >
< dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > dec< / code > - Codec that controls the decoding process.< / dd > < dd > < code > node< / code > - XML node to be decoded.< / dd > < dd > < code > obj< / code > - Object to encode the node into.< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the node used for the default decoding.< / dd > < / dl >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2014-04-01 11:30:48 +00:00
< div class = "bottomNav" > < a name = "navbar_bottom" >
<!-- -->
< / a > < a href = "#skip-navbar_bottom" title = "Skip navigation links" > < / a > < a name = "navbar_bottom_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxCellCodec.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev Class< / li >
< li > < a href = "../../../com/mxgraph/io/mxChildChangeCodec.html" title = "class in com.mxgraph.io" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/io/mxCellCodec.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxCellCodec.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#fields_inherited_from_class_com.mxgraph.io.mxObjectCodec" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > Field | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_bottom" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< p class = "legalCopy" > < small > < font size = 1 > Copyright (c) 2010 < a href = "http://www.mxgraph.com/"
target="_blank">Gaudenz Alder, David Benson< / a > . All rights reserved.< / font > < / small > < / p >
< / body >
< / html >