| 
 | JGraph X 2.1.0.7 | |||||||||
| 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 implicitly via mxCodec and the mxCodecRegistry.
| Field Summary | 
|---|
| Fields inherited from class com.mxgraph.io.mxObjectCodec | 
|---|
| accessors, exclude, fields, idrefs, mapping, reverse, template | 
| Constructor Summary | |
|---|---|
| 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. | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public mxModelCodec()
public mxModelCodec(Object template)
public mxModelCodec(Object template,
                    String[] exclude,
                    String[] idrefs,
                    Map<String,String> mapping)
| Method Detail | 
|---|
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.
| 
 | JGraph X 2.1.0.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||