Package jadex.bpmn.editor.model.visual
Class VLane
- java.lang.Object
-
- com.mxgraph.model.mxCell
-
- jadex.bpmn.editor.model.visual.VElement
-
- jadex.bpmn.editor.model.visual.VNode
-
- jadex.bpmn.editor.model.visual.VNamedNode
-
- jadex.bpmn.editor.model.visual.VLane
-
- All Implemented Interfaces:
com.mxgraph.model.mxICell
,java.io.Serializable
,java.lang.Cloneable
public class VLane extends VNamedNode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
laneheight
Height of the lane.protected double
pooltextfieldwidth
Width of the text field of the associated pool.-
Fields inherited from class jadex.bpmn.editor.model.visual.VElement
bpmnelement, graph
-
-
Constructor Summary
Constructors Constructor Description VLane(com.mxgraph.view.mxGraph graph)
Creates a new lane.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VPool
getPool()
Returns the pool of the lane.-
Methods inherited from class jadex.bpmn.editor.model.visual.VNamedNode
getValue, setBpmnElement, setValue
-
Methods inherited from class jadex.bpmn.editor.model.visual.VElement
getBpmnElement, getGraph, setVisualParent
-
Methods inherited from class com.mxgraph.model.mxCell
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
-
-
-
-
Method Detail
-
getPool
public VPool getPool()
Returns the pool of the lane.- Returns:
- The pool.
-
-