Package | Description |
---|---|
org.uberfire.ext.wires.core.trees.client.layout.treelayout |
Modifier and Type | Method and Description |
---|---|
Configuration.AlignmentInLevel |
DefaultConfiguration.getAlignmentInLevel() |
Configuration.AlignmentInLevel |
Configuration.getAlignmentInLevel()
Returns the alignment of "smaller" nodes within a level.
|
static Configuration.AlignmentInLevel |
Configuration.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.
|
Constructor and Description |
---|
DefaultConfiguration(double gapBetweenLevels,
double gapBetweenNodes,
Configuration.Location location,
Configuration.AlignmentInLevel alignmentInLevel)
Specifies the constants to be used for this Configuration.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.