public class mxRootChangeCodec extends mxObjectCodec
| Constructor and Description |
|---|
mxRootChangeCodec()
Constructs a new model codec.
|
mxRootChangeCodec(Object template,
String[] exclude,
String[] idrefs,
Map<String,String> mapping)
Constructs a new model codec for the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
afterDecode(mxCodec dec,
Node node,
Object obj)
Hook for subclassers to post-process the object after decoding.
|
Node |
afterEncode(mxCodec enc,
Object obj,
Node node)
Hook for subclassers to post-process the node for the given object after
encoding and return the post-processed node.
|
Node |
beforeDecode(mxCodec dec,
Node node,
Object into)
Reads the cells into the graph model.
|
addObjectValue, beforeEncode, cloneTemplate, convertValueFromXml, convertValueToXml, decode, decode, decodeAttribute, decodeAttributes, decodeChild, decodeChildren, decodeNode, encode, encodeElements, encodeFields, encodeObject, encodeValue, getAccessor, getAttributeName, getField, getFieldName, getFieldTemplate, getFieldValue, getFieldValueWithAccessor, getMethod, getName, getTemplate, isExcluded, isPrimitiveValue, isReference, processInclude, setFieldValue, setFieldValueWithAccessor, writeAttribute, writeComplexAttribute, writePrimitiveAttributepublic Node afterEncode(mxCodec enc, Object obj, Node node)
mxObjectCodecafterEncode in class mxObjectCodecenc - Codec that controls the encoding process.obj - Object to be encoded.node - XML node that represents the default encoding.public Node beforeDecode(mxCodec dec, Node node, 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 Object afterDecode(mxCodec dec, Node node, 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.Copyright (c) 2010 Gaudenz Alder. All rights reserved.