| Package | Description |
|---|---|
| com.mxgraph.io |
This package contains all classes for input/output.
|
| Modifier and Type | Method and Description |
|---|---|
static mxGdDocument |
mxGdCodec.encode(mxGraph graph)
Generates a GD document with the cells in the graph.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
mxGdCodec.decode(mxGdDocument document,
mxGraph graph)
Recieves a mxGDDocument document and parses it generating a new graph that is inserted in graph.
|
Copyright (c) 2010 Gaudenz Alder. All rights reserved.