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