Class WiresTreesDefaultLayout
- java.lang.Object
-
- org.uberfire.ext.wires.core.trees.client.layout.WiresTreesDefaultLayout
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.api.layout.LayoutManager
public class WiresTreesDefaultLayout extends Object implements org.uberfire.ext.wires.core.api.layout.LayoutManager
Default Tree layout using an adaptation of https://code.google.com/p/treelayout/ for use with GWT
-
-
Constructor Summary
Constructors Constructor Description WiresTreesDefaultLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<org.uberfire.ext.wires.core.api.shapes.WiresBaseShape,com.ait.lienzo.client.core.types.Point2D>getLayoutInformation(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape root)
-
-
-
Method Detail
-
getLayoutInformation
public Map<org.uberfire.ext.wires.core.api.shapes.WiresBaseShape,com.ait.lienzo.client.core.types.Point2D> getLayoutInformation(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape root)
- Specified by:
getLayoutInformationin interfaceorg.uberfire.ext.wires.core.api.layout.LayoutManager
-
-