Package jadex.bpmn.editor.gui
Class BpmnGraph.BpmnLayoutManager
- java.lang.Object
-
- com.mxgraph.util.mxEventSource
-
- com.mxgraph.view.mxLayoutManager
-
- jadex.bpmn.editor.gui.BpmnGraph.BpmnLayoutManager
-
- Enclosing class:
- BpmnGraph
protected static class BpmnGraph.BpmnLayoutManager extends com.mxgraph.view.mxLayoutManager
The layout manager.
-
-
Field Summary
Fields Modifier and Type Field Description protected EventHandlerLayout
evtlayout
Layout for event handlers.protected com.mxgraph.layout.mxStackLayout
lanelayout
Layout for lanes.
-
Constructor Summary
Constructors Constructor Description BpmnLayoutManager(com.mxgraph.view.mxGraph graph)
Creates new layout manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.mxgraph.layout.mxIGraphLayout
getLayout(java.lang.Object parent)
Gets the layout.-
Methods inherited from class com.mxgraph.view.mxLayoutManager
beforeUndo, cellsMoved, destroy, executeLayout, getCellsForChange, getCellsForChanges, getGraph, isBubbling, isEnabled, layoutCells, setBubbling, setEnabled, setGraph
-
-
-
-
Field Detail
-
lanelayout
protected com.mxgraph.layout.mxStackLayout lanelayout
Layout for lanes.
-
evtlayout
protected EventHandlerLayout evtlayout
Layout for event handlers.
-
-