| Modifier and Type | Method and Description |
|---|---|
MXEdge |
MXGraph.createEdge(String value,
MXVertex source,
MXVertex target,
String style)
Creates a new edge using the given source and target as the terminals of the new edge.
|
MXEdge |
MXGraph.getEdge(String id) |
MXEdge |
MXGraph.insertEdge(String value,
MXVertex source,
MXVertex target,
String style)
Inserts a new edge using the given source and target as the terminals of the new edge.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MXEdge> |
MXGraph.getEdges() |
Copyright © 2023 Fujion Framework. All rights reserved.