Uses of Enum
org.abego.treelayout.Configuration.Location
Packages that use Configuration.Location
Package
Description
Efficiently create compact, highly customizable tree layouts.
Various utility classes to simplify usage of the
TreeLayout.-
Uses of Configuration.Location in org.abego.treelayout
Subclasses with type arguments of type Configuration.Location in org.abego.treelayoutModifier and TypeClassDescriptionstatic enumIdentifies the sides of a rectangle (top, left, ...)Methods in org.abego.treelayout that return Configuration.LocationModifier and TypeMethodDescriptionConfiguration.getRootLocation()Returns the position of the root node in the diagram.static Configuration.LocationReturns 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. -
Uses of Configuration.Location in org.abego.treelayout.util
Fields in org.abego.treelayout.util declared as Configuration.LocationModifier and TypeFieldDescriptionprivate final Configuration.LocationDefaultConfiguration.locationMethods in org.abego.treelayout.util that return Configuration.LocationConstructors in org.abego.treelayout.util with parameters of type Configuration.LocationModifierConstructorDescriptionDefaultConfiguration(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.