Package | Description |
---|---|
com.mxgraph.io |
This package contains all classes for input/output.
|
com.mxgraph.io.gml |
Modifier and Type | Method and Description |
---|---|
static void |
mxGmlCodec.addEdgeData(mxGmlEdge gmlEdge,
mxCell v)
Add the edge data in the gmlEdge.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<mxGmlEdge> |
mxGmlGraph.getEdges() |
Modifier and Type | Method and Description |
---|---|
static mxGmlData |
mxGmlGraph.dataEdgeKey(mxGmlEdge 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 |
mxGmlGraph.setEdges(java.util.List<mxGmlEdge> edge) |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.