Uses of Class
org.uberfire.ext.wires.core.trees.client.layout.treelayout.Configuration.Location
-
Packages that use Configuration.Location Package Description org.uberfire.ext.wires.core.trees.client.layout.treelayout -
-
Uses of Configuration.Location in org.uberfire.ext.wires.core.trees.client.layout.treelayout
Methods in org.uberfire.ext.wires.core.trees.client.layout.treelayout that return Configuration.Location Modifier and Type Method Description Configuration.LocationConfiguration. getRootLocation()Returns the position of the root node in the diagram.Configuration.LocationDefaultConfiguration. getRootLocation()static Configuration.LocationConfiguration.Location. valueOf(String name)Returns the enum constant of this type with the specified name.static Configuration.Location[]Configuration.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.wires.core.trees.client.layout.treelayout with parameters of type Configuration.Location Constructor Description DefaultConfiguration(double gapBetweenLevels, double gapBetweenNodes, Configuration.Location location)Convenience constructor, using a default for the alignmentInLevel.DefaultConfiguration(double gapBetweenLevels, double gapBetweenNodes, Configuration.Location location, Configuration.AlignmentInLevel alignmentInLevel)Specifies the constants to be used for this Configuration.
-