public class VEdge extends VElement
bpmnelement, graph| Constructor and Description |
|---|
VEdge(com.mxgraph.view.mxGraph graph,
java.lang.String style)
Creates a new visual representation of an edge.
|
| Modifier and Type | Method and Description |
|---|---|
com.mxgraph.model.mxICell |
getEdgeParent()
Gets the authoritative edge parent.
|
com.mxgraph.model.mxICell |
getParent()
Gets the parent.
|
java.lang.Object |
getValue()
Gets the value.
|
void |
setSource(com.mxgraph.model.mxICell source) |
void |
setValue(java.lang.Object value)
Sets the value.
|
getBpmnElement, getGraph, setBpmnElement, setVisualParentclone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getSource, getStyle, getTarget, getTerminal, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setStyle, setTarget, setTerminal, setVertex, setVisiblepublic VEdge(com.mxgraph.view.mxGraph graph,
java.lang.String style)
graph - The BPMN graph.style - The style.public void setSource(com.mxgraph.model.mxICell source)
setSource in class com.mxgraph.model.mxCellpublic com.mxgraph.model.mxICell getParent()
getParent in interface com.mxgraph.model.mxICellgetParent in class com.mxgraph.model.mxCellpublic com.mxgraph.model.mxICell getEdgeParent()
public void setValue(java.lang.Object value)
setValue in interface com.mxgraph.model.mxICellsetValue in class com.mxgraph.model.mxCellpublic java.lang.Object getValue()
getValue in interface com.mxgraph.model.mxICellgetValue in class com.mxgraph.model.mxCell