|
JGraph X 1.9.2.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mxgraph.io.mxObjectCodec
com.mxgraph.io.mxRootChangeCodec
public class mxRootChangeCodec
Codec for mxChildChanges. This class is created and registered dynamically at load time and used implicitly via mxCodec and the mxCodecRegistry.
| Field Summary |
|---|
| Fields inherited from class com.mxgraph.io.mxObjectCodec |
|---|
accessors, exclude, idrefs, mapping, reverse, template |
| Constructor Summary | |
|---|---|
mxRootChangeCodec()
Constructs a new model codec. |
|
mxRootChangeCodec(java.lang.Object template,
java.lang.String[] exclude,
java.lang.String[] idrefs,
java.util.Map<java.lang.String,java.lang.String> mapping)
Constructs a new model codec for the given arguments. |
|
| Method Summary | |
|---|---|
java.lang.Object |
afterDecode(mxCodec dec,
org.w3c.dom.Node node,
java.lang.Object obj)
Hook for subclassers to post-process the object after decoding. |
org.w3c.dom.Node |
afterEncode(mxCodec enc,
java.lang.Object obj,
org.w3c.dom.Node node)
Hook for subclassers to post-process the node for the given object after encoding and return the post-processed node. |
org.w3c.dom.Node |
beforeDecode(mxCodec dec,
org.w3c.dom.Node node,
java.lang.Object into)
Reads the cells into the graph model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public mxRootChangeCodec()
public mxRootChangeCodec(java.lang.Object template,
java.lang.String[] exclude,
java.lang.String[] idrefs,
java.util.Map<java.lang.String,java.lang.String> mapping)
| Method Detail |
|---|
public org.w3c.dom.Node afterEncode(mxCodec enc,
java.lang.Object obj,
org.w3c.dom.Node node)
mxObjectCodec
afterEncode in class mxObjectCodecenc - Codec that controls the encoding process.obj - Object to be encoded.node - XML node that represents the default encoding.
public org.w3c.dom.Node beforeDecode(mxCodec dec,
org.w3c.dom.Node node,
java.lang.Object into)
beforeDecode in class mxObjectCodecdec - Codec that controls the decoding process.node - XML node to be decoded.into - Object to encode the node into.
public java.lang.Object afterDecode(mxCodec dec,
org.w3c.dom.Node node,
java.lang.Object obj)
mxObjectCodecmxObjectCodec.decode(mxCodec, Node).
afterDecode in class mxObjectCodecdec - Codec that controls the decoding process.node - XML node to be decoded.obj - Object that represents the default decoding.
|
JGraph X 1.9.2.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||