| Package | Description |
|---|---|
| com.mxgraph.io |
This package contains all classes for input/output.
|
| com.mxgraph.io.graphml |
| Modifier and Type | Method and Description |
|---|---|
static void |
mxGraphMlCodec.addEdgeData(mxGraphMlEdge gmlEdge,
mxCell v)
Add the edge data in the gmlEdge.
|
| Modifier and Type | Method and Description |
|---|---|
List<mxGraphMlEdge> |
mxGraphMlGraph.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
static mxGraphMlData |
mxGraphMlGraph.dataEdgeKey(mxGraphMlEdge edge)
Returns the data element inside the edge that references to the key element
with name = KEY_EDGE_NAME.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mxGraphMlGraph.setEdges(List<mxGraphMlEdge> edge) |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.