|
mxGraph 1.10.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.io.mxObjectCodec com.mxgraph.io.mxTerminalChangeCodec
public class mxTerminalChangeCodec
Codec for mxChildChanges. 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 |
---|
accessors, exclude, fields, idrefs, mapping, reverse, template |
Constructor Summary | |
---|---|
mxTerminalChangeCodec()
Constructs a new model codec. |
|
mxTerminalChangeCodec(Object template,
String[] exclude,
String[] idrefs,
Map<String,String> mapping)
Constructs a new model codec for the given arguments. |
Method Summary | |
---|---|
Object |
afterDecode(mxCodec dec,
Node node,
Object obj)
Hook for subclassers to post-process the object after decoding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxTerminalChangeCodec()
public mxTerminalChangeCodec(Object template, String[] exclude, String[] idrefs, Map<String,String> mapping)
Method Detail |
---|
public Object afterDecode(mxCodec dec, Node node, Object obj)
mxObjectCodec
mxObjectCodec.decode(mxCodec, Node)
.
afterDecode
in class mxObjectCodec
dec
- Codec that controls the decoding process.node
- XML node to be decoded.obj
- Object that represents the default decoding.
|
mxGraph 1.10.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |