Class IkasanFlowLayoutManager
- java.lang.Object
-
- org.ikasan.dashboard.ui.visualisation.layout.LayoutManagerBase
-
- org.ikasan.dashboard.ui.visualisation.layout.IkasanFlowLayoutManager
-
- All Implemented Interfaces:
LayoutManager
public class IkasanFlowLayoutManager extends LayoutManagerBase implements LayoutManager
Created by stewmi on 08/11/2018.
-
-
Field Summary
-
Fields inherited from class org.ikasan.dashboard.ui.visualisation.layout.LayoutManagerBase
destinations, edgeList, logo, networkDiagram, nodeList, xExtent, xExtentFinal, xSpacing, xStart, yExtent, ySpacing, yStart
-
-
Constructor Summary
Constructors Constructor Description IkasanFlowLayoutManager(Flow flow, org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram, Logo logo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlayout()Method to perform the layout.-
Methods inherited from class org.ikasan.dashboard.ui.visualisation.layout.LayoutManagerBase
addEdge, getxSpacing, getySpacing, manageTransition, setxSpacing, setySpacing
-
-
-
-
Method Detail
-
layout
public void layout()
Description copied from interface:LayoutManagerMethod to perform the layout.- Specified by:
layoutin interfaceLayoutManager
-
-