mxTerminalChangeCodec

Codec for mxTerminalChanges.  This class is created and registered dynamically at load time and used implicitly via mxCodec and the mxCodecRegistry.

Transient Fields

  • model
  • previous

Reference Fields

  • cell
  • terminal
Summary
mxTerminalChangeCodecCodec for mxTerminalChanges.
Functions
afterDecodeRestores the state by assigning the previous value.

Functions

afterDecode

codec.afterDecode = function(dec,
node,
obj)

Restores the state by assigning the previous value.

Action to change a terminal in a model.
codec.afterDecode = function(dec,
node,
obj)
Restores the state by assigning the previous value.
XML codec for JavaScript object graphs.
Singleton class that acts as a global registry for codecs.
Close