Class | Description |
---|---|
mxCellCodec |
Codec for mxCells.
|
mxCodec |
XML codec for Java object graphs.
|
mxCodecRegistry |
Singleton class that acts as a global registry for codecs.
|
mxGdCodec |
Parses a GD .txt file and imports it in the given graph.
This class depends from the classes contained in com.mxgraph.io.gd. |
mxGmlCodec |
Parses a GraphML .graphml file and imports it in the given graph.
This class depends from the classes contained in com.mxgraph.io.gmlImplements. |
mxModelCodec |
Codec for mxGraphModels.
|
mxObjectCodec |
Generic codec for Java objects.
|
mxStylesheetCodec |
Codec for mxStylesheets.
|
mxVdxCodec |
Parses a .vdx XML diagram file and imports it in the given graph.
This class depends from the classes contained in com.mxgraph.io.vdx. |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.