Uses of Class
org.abego.treelayout.Configuration.AlignmentInLevel
-
Packages that use Configuration.AlignmentInLevel Package Description org.abego.treelayout Efficiently create compact, highly customizable tree layouts.org.abego.treelayout.util Various utility classes to simplify usage of theTreeLayout. -
-
Uses of Configuration.AlignmentInLevel in org.abego.treelayout
Methods in org.abego.treelayout that return Configuration.AlignmentInLevel Modifier and Type Method Description Configuration.AlignmentInLevelConfiguration. getAlignmentInLevel()Returns the alignment of "smaller" nodes within a level.static Configuration.AlignmentInLevelConfiguration.AlignmentInLevel. valueOf(java.lang.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. -
Uses of Configuration.AlignmentInLevel in org.abego.treelayout.util
Fields in org.abego.treelayout.util declared as Configuration.AlignmentInLevel Modifier and Type Field Description private Configuration.AlignmentInLevelDefaultConfiguration. alignmentInLevelMethods in org.abego.treelayout.util that return Configuration.AlignmentInLevel Modifier and Type Method Description Configuration.AlignmentInLevelDefaultConfiguration. getAlignmentInLevel()Constructors in org.abego.treelayout.util 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.
-