Click or drag to resize

imbSCI.Graph.MXGraph.io Namespace

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
 
Classes
  ClassDescription
Public classmxCellCodec
Codec for mxCells. This class is created and registered dynamically at load time and used implicitely via mxCodec and the mxCodecRegistry.
Public classmxCodec
XML codec for .NET object graphs. In order to resolve forward references when reading files the XML document that contains the data must be passed to the constructor. Here is an example for parsing an existing XML document into a graph model: mxCodec codec = new mxCodec(doc); mxGraph graph = new mxGraph(); codec.Decode(doc.DocumentElement, graph.Model);
Public classmxCodecRegistry
Static class that acts as a global registry for codecs. See mxCodec for an example of using this class.
Public classmxModelCodec
Codec for mxGraphModels. This class is created and registered dynamically at load time and used implicitely via mxCodec and the mxCodecRegistry.
Public classmxObjectCodec
Generic codec for C# objects. See below for a detailed description of the encoding/decoding scheme. Note: Since booleans are numbers in JavaScript, all boolean values are encoded into 1 for true and 0 for false.
Public classmxStylesheetCodec
Codec for mxStylesheets. This class is created and registered dynamically at load time and used implicitely via mxCodec and the mxCodecRegistry.