Class 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 Detail

      • WiresTreesDefaultLayout

        public WiresTreesDefaultLayout()
    • 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:
        getLayoutInformation in interface org.uberfire.ext.wires.core.api.layout.LayoutManager