Uses of Class
org.uberfire.ext.wires.core.trees.client.layout.treelayout.Rectangle2D
-
Packages that use Rectangle2D Package Description org.uberfire.ext.wires.core.trees.client.layout org.uberfire.ext.wires.core.trees.client.layout.treelayout -
-
Uses of Rectangle2D in org.uberfire.ext.wires.core.trees.client.layout
Methods in org.uberfire.ext.wires.core.trees.client.layout that return Rectangle2D Modifier and Type Method Description static Rectangle2DWiresLayoutUtilities. alignLayoutInCanvas(Map<org.uberfire.ext.wires.core.api.shapes.WiresBaseShape,com.ait.lienzo.client.core.types.Point2D> layout)Align the Layout within a Canvasstatic Rectangle2DWiresLayoutUtilities. getCanvasBounds(Rectangle2D layoutBounds)Get the bounds of the Canvas to hold the provided Layout bounds.static Rectangle2DWiresLayoutUtilities. getLayoutBounds(Map<org.uberfire.ext.wires.core.api.shapes.WiresBaseShape,com.ait.lienzo.client.core.types.Point2D> layout)Get the bounds of the layout informationMethods in org.uberfire.ext.wires.core.trees.client.layout with parameters of type Rectangle2D Modifier and Type Method Description static Rectangle2DWiresLayoutUtilities. getCanvasBounds(Rectangle2D layoutBounds)Get the bounds of the Canvas to hold the provided Layout bounds.static voidWiresLayoutUtilities. resizeViewPort(Rectangle2D canvasBounds, com.ait.lienzo.client.core.shape.Viewport viewport)Resize the canvas based on the layout information -
Uses of Rectangle2D in org.uberfire.ext.wires.core.trees.client.layout.treelayout
Methods in org.uberfire.ext.wires.core.trees.client.layout.treelayout that return Rectangle2D Modifier and Type Method Description Rectangle2DTreeLayout. getBounds()Returns the bounds of the tree layout.Methods in org.uberfire.ext.wires.core.trees.client.layout.treelayout that return types with arguments of type Rectangle2D Modifier and Type Method Description Map<TreeNode,Rectangle2D>TreeLayout. getNodeBounds()Returns the layout of the tree nodes by mapping each node of the tree to its bounds (position and size).
-