public abstract class VElement
extends com.mxgraph.model.mxCell
Modifier and Type | Field and Description |
---|---|
protected jadex.bpmn.model.MIdElement |
bpmnelement
Associated BPMN element
|
protected com.mxgraph.view.mxGraph |
graph
The graph where this element is used.
|
Constructor and Description |
---|
VElement(com.mxgraph.view.mxGraph graph,
java.lang.String style)
Creates a new element.
|
Modifier and Type | Method and Description |
---|---|
jadex.bpmn.model.MIdElement |
getBpmnElement()
Gets the BPMN element.
|
com.mxgraph.view.mxGraph |
getGraph()
Returns the graph.
|
void |
setBpmnElement(jadex.bpmn.model.MIdElement bpmnelement)
Sets the BPMN element.
|
void |
setVisualParent(com.mxgraph.model.mxICell parent)
Sets the visual parent without side effects.
|
clone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getStyle, getTarget, getTerminal, getValue, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setSource, setStyle, setTarget, setTerminal, setValue, setVertex, setVisible
protected com.mxgraph.view.mxGraph graph
protected jadex.bpmn.model.MIdElement bpmnelement
public VElement(com.mxgraph.view.mxGraph graph, java.lang.String style)
graph
- The graph where this element is used.geometry
- Initial element geometry.style
- Initial style.public com.mxgraph.view.mxGraph getGraph()
public jadex.bpmn.model.MIdElement getBpmnElement()
public void setBpmnElement(jadex.bpmn.model.MIdElement bpmnelement)
bpmnelement
- The BPMN element.public void setVisualParent(com.mxgraph.model.mxICell parent)