|
JGraph X 1.4.1.0 |
|||||||||
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.mxModelCodec
public class mxModelCodec
Codec for mxGraphModels. This class is created and registered dynamically at load time and used implicitely via mxCodec and the mxCodecRegistry.
Field Summary |
---|
Fields inherited from class com.mxgraph.io.mxObjectCodec |
---|
exclude, idrefs, mapping, reverse, template |
Constructor Summary | |
---|---|
mxModelCodec()
Constructs a new model codec. |
|
mxModelCodec(java.lang.Object template)
Constructs a new model codec for the given template. |
|
mxModelCodec(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 | |
---|---|
org.w3c.dom.Node |
beforeDecode(mxCodec dec,
org.w3c.dom.Node node,
java.lang.Object into)
Reads the cells into the graph model. |
org.w3c.dom.Node |
encode(mxCodec enc,
java.lang.Object obj)
Encode the given mxGraphModel by writing a (flat) XML sequence of cell nodes as produced by the mxCellCodec. |
Methods inherited from class com.mxgraph.io.mxObjectCodec |
---|
afterDecode, afterEncode, beforeEncode, cloneTemplate, convertValueFromXml, convertValueToXml, decode, decode, decodeAttribute, decodeAttributes, decodeChild, decodeChildren, decodeNode, encodeElements, encodeFields, encodeObject, encodeValue, getAccessor, getAttributeName, getField, getFieldName, getFieldValue, getMethod, getName, getTemplate, isExcluded, isPrimitiveValue, isReference, processInclude, setFieldValue, writeAttribute, writeComplexAttribute, writePrimitiveAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxModelCodec()
public mxModelCodec(java.lang.Object template)
public mxModelCodec(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 encode(mxCodec enc, java.lang.Object obj)
encode
in class mxObjectCodec
enc
- Codec that controls the encoding process.obj
- Object to be encoded.
public org.w3c.dom.Node beforeDecode(mxCodec dec, org.w3c.dom.Node node, java.lang.Object into)
beforeDecode
in class mxObjectCodec
dec
- Codec that controls the decoding process.node
- XML node to be decoded.into
- Object to encode the node into.
|
JGraph X 1.4.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |