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, setVisualParent
clone, 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, setVisible
public 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.mxCell
public com.mxgraph.model.mxICell getParent()
getParent
in interface com.mxgraph.model.mxICell
getParent
in class com.mxgraph.model.mxCell
public com.mxgraph.model.mxICell getEdgeParent()
public void setValue(java.lang.Object value)
setValue
in interface com.mxgraph.model.mxICell
setValue
in class com.mxgraph.model.mxCell
public java.lang.Object getValue()
getValue
in interface com.mxgraph.model.mxICell
getValue
in class com.mxgraph.model.mxCell