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, setVisualParent
clone, 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, setVisible
public 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.mxICell
getValue
in class com.mxgraph.model.mxCell
public void setValue(java.lang.Object value)
setValue
in interface com.mxgraph.model.mxICell
setValue
in class com.mxgraph.model.mxCell
value
- The value.public void setBpmnElement(jadex.bpmn.model.MIdElement bpmnelement)
setBpmnElement
in class VElement
bpmnelement
- The BPMN element.