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