Codec for mxRootChanges. This class is created and registered dynamically at load time and used implicitly via mxCodec and the mxCodecRegistry.
mxRootChangeCodec | Codec for mxRootChanges. |
Functions | |
onEncode | Encodes the child recursively. |
beforeDecode | Decodes the optional children as cells using the respective decoder. |
afterDecode | Restores the state by assigning the previous value. |
Decodes the optional children as cells using the respective decoder.
codec.beforeDecode = function( dec, node, obj )
Restores the state by assigning the previous value.
codec.afterDecode = function( dec, node, obj )