Uses of Package
org.uberfire.ext.wires.core.trees.client.layout.treelayout
-
Classes in org.uberfire.ext.wires.core.trees.client.layout.treelayout used by org.uberfire.ext.wires.core.trees.client.layout Class Description Rectangle2D The original implementation used java.awt.geom.Rectangle2D that is not available for use in GWT. -
Classes in org.uberfire.ext.wires.core.trees.client.layout.treelayout used by org.uberfire.ext.wires.core.trees.client.layout.treelayout Class Description Configuration Used to configure the tree layout algorithm.Configuration.AlignmentInLevel Possible alignments of a node within a level (centered, towards or away from root)Configuration.Location Identifies the sides of a rectangle (top, left, ...)NodeExtentProvider Provides the extent (width and height) of a tree node.Rectangle2D The original implementation used java.awt.geom.Rectangle2D that is not available for use in GWT.TreeForTreeLayout Represents a tree to be used by theTreeLayout.