Class BpmnGraph.BpmnLayoutManager

  • Enclosing class:
    BpmnGraph

    protected static class BpmnGraph.BpmnLayoutManager
    extends com.mxgraph.view.mxLayoutManager
    The layout manager.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.mxgraph.util.mxEventSource

        com.mxgraph.util.mxEventSource.mxIEventListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected EventHandlerLayout evtlayout
      Layout for event handlers.
      protected com.mxgraph.layout.mxStackLayout lanelayout
      Layout for lanes.
      • Fields inherited from class com.mxgraph.view.mxLayoutManager

        bubbling, enabled, graph, moveHandler, undoHandler
      • Fields inherited from class com.mxgraph.util.mxEventSource

        eventListeners, eventsEnabled, eventSource
    • 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
      • Methods inherited from class com.mxgraph.util.mxEventSource

        addListener, fireEvent, fireEvent, getEventSource, isEventsEnabled, removeListener, removeListener, setEventsEnabled, setEventSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lanelayout

        protected com.mxgraph.layout.mxStackLayout lanelayout
        Layout for lanes.
    • Constructor Detail

      • BpmnLayoutManager

        public BpmnLayoutManager​(com.mxgraph.view.mxGraph graph)
        Creates new layout manager.
        Parameters:
        graph - The graph.
    • Method Detail

      • getLayout

        protected com.mxgraph.layout.mxIGraphLayout getLayout​(java.lang.Object parent)
        Gets the layout.
        Overrides:
        getLayout in class com.mxgraph.view.mxLayoutManager