public class mxModelCodec extends mxObjectCodec
| Constructor and Description |
|---|
mxModelCodec()
Constructs a new model codec.
|
mxModelCodec(Object template)
Constructs a new model codec for the given template.
|
mxModelCodec(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 |
|---|---|
Node |
beforeDecode(mxCodec dec,
Node node,
Object into)
Reads the cells into the graph model.
|
protected void |
encodeObject(mxCodec enc,
Object obj,
Node node)
Encodes the given mxGraphModel by writing a (flat) XML sequence
of cell nodes as produced by the mxCellCodec.
|
addObjectValue, afterDecode, afterEncode, beforeEncode, cloneTemplate, convertValueFromXml, convertValueToXml, decode, decode, decodeAttribute, decodeAttributes, decodeChild, decodeChildren, decodeNode, encode, encodeElements, encodeFields, encodeValue, getAccessor, getAttributeName, getField, getFieldName, getFieldTemplate, getFieldValue, getFieldValueWithAccessor, getMethod, getName, getTemplate, isExcluded, isPrimitiveValue, isReference, processInclude, setFieldValue, setFieldValueWithAccessor, writeAttribute, writeComplexAttribute, writePrimitiveAttributepublic mxModelCodec()
public mxModelCodec(Object template)
protected void encodeObject(mxCodec enc, Object obj, Node node)
encodeObject in class mxObjectCodecenc - Codec that controls the encoding process.obj - Object to be encoded.node - XML node that contains the encoded object.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.Copyright (c) 2010 Gaudenz Alder. All rights reserved.