| Modifier | Constructor and Description |
|---|---|
protected |
MXEdge(MXGraph graph,
Element node) |
protected |
MXEdge(MXGraph graph,
String value,
String style,
MXVertex source,
MXVertex target)
Creates an edge within the specified graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInsert()
Insert cell into graph.
|
MXVertex |
getSource()
Returns the source vertex.
|
MXVertex |
getTarget()
Returns the target vertex.
|
addCellOverlay, autoSize, autoSize, getData, getGraph, getId, getStyle, getValue, insert, isCollapsed, isVisible, setCollapsed, setData, setStyle, setValue, setVisible, transformForClient, updateCellStateprotected MXEdge(MXGraph graph, String value, String style, MXVertex source, MXVertex target)
graph - The containing graph.value - The label value.style - The cell style(s).source - The source vertex.target - The target vertex.Copyright © 2023 Fujion Framework. All rights reserved.