Uses of Class
org.uberfire.ext.wires.core.trees.client.layout.treelayout.Configuration.AlignmentInLevel
-
Packages that use Configuration.AlignmentInLevel Package Description org.uberfire.ext.wires.core.trees.client.layout.treelayout -
-
Uses of Configuration.AlignmentInLevel in org.uberfire.ext.wires.core.trees.client.layout.treelayout
Methods in org.uberfire.ext.wires.core.trees.client.layout.treelayout that return Configuration.AlignmentInLevel Modifier and Type Method Description Configuration.AlignmentInLevelConfiguration. getAlignmentInLevel()Returns the alignment of "smaller" nodes within a level.Configuration.AlignmentInLevelDefaultConfiguration. getAlignmentInLevel()static Configuration.AlignmentInLevelConfiguration.AlignmentInLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Configuration.AlignmentInLevel[]Configuration.AlignmentInLevel. 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.AlignmentInLevel Constructor Description DefaultConfiguration(double gapBetweenLevels, double gapBetweenNodes, Configuration.Location location, Configuration.AlignmentInLevel alignmentInLevel)Specifies the constants to be used for this Configuration.
-