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, setValuegetBpmnElement, getGraph, setBpmnElement, setVisualParentclone, 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, setVisiblepublic 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.mxICellsetStyle in class com.mxgraph.model.mxCellpublic java.lang.String getStyle()
getStyle in interface com.mxgraph.model.mxICellgetStyle in class com.mxgraph.model.mxCellpublic void setSource(com.mxgraph.model.mxICell source)
public void setTarget(com.mxgraph.model.mxICell target)
setTarget in class com.mxgraph.model.mxCell