public class VPool extends VNamedNode
| Modifier and Type | Field and Description |
|---|---|
protected com.mxgraph.model.mxGeometry |
previousgeometry
Previous geometry since the last set.
|
bpmnelement, graph| Constructor and Description |
|---|
VPool(com.mxgraph.view.mxGraph graph)
Creates a new pool.
|
| Modifier and Type | Method and Description |
|---|---|
com.mxgraph.model.mxGeometry |
getPreviousGeometry()
Returns the previous geometry.
|
boolean |
hasLanes()
Tests if a pool contains lanes.
|
void |
setGeometry(com.mxgraph.model.mxGeometry geometry)
Sets a new geometry, preserving the previous.
|
getValue, setBpmnElement, setValuegetBpmnElement, 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, setId, setParent, setSource, setStyle, setTarget, setTerminal, setVertex, setVisibleprotected com.mxgraph.model.mxGeometry previousgeometry
public VPool(com.mxgraph.view.mxGraph graph)
graph - The graph where this element is used.public void setGeometry(com.mxgraph.model.mxGeometry geometry)
setGeometry in interface com.mxgraph.model.mxICellsetGeometry in class com.mxgraph.model.mxCellpublic com.mxgraph.model.mxGeometry getPreviousGeometry()
public boolean hasLanes()