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 SummaryFields Modifier and Type Field Description protected intlaneheightHeight of the lane.protected doublepooltextfieldwidthWidth of the text field of the associated pool.- 
Fields inherited from class jadex.bpmn.editor.model.visual.VElementbpmnelement, graph
 
- 
 - 
Constructor SummaryConstructors Constructor Description VLane(com.mxgraph.view.mxGraph graph)Creates a new lane.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VPoolgetPool()Returns the pool of the lane.- 
Methods inherited from class jadex.bpmn.editor.model.visual.VNamedNodegetValue, setBpmnElement, setValue
 - 
Methods inherited from class jadex.bpmn.editor.model.visual.VElementgetBpmnElement, getGraph, setVisualParent
 - 
Methods inherited from class com.mxgraph.model.mxCellclone, 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- 
getPoolpublic VPool getPool() Returns the pool of the lane.- Returns:
- The pool.
 
 
- 
 
-