public class VLane extends VNamedNode
Modifier and Type | Field and Description |
---|---|
protected int |
laneheight
Height of the lane.
|
protected double |
pooltextfieldwidth
Width of the text field of the associated pool.
|
bpmnelement, graph
Constructor and Description |
---|
VLane(com.mxgraph.view.mxGraph graph)
Creates a new lane.
|
Modifier and Type | Method and Description |
---|---|
VPool |
getPool()
Returns the pool of the lane.
|
getValue, setBpmnElement, setValue
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
protected double pooltextfieldwidth
protected int laneheight
public VLane(com.mxgraph.view.mxGraph graph)
graph
- The graph where this element is used.public VPool getPool()