This package contains classes that analyze dependencies between classes and compute a layout that
is able to display several hundred or even several thousand classes in a single diagram.
A SizeGetter gets size information from a component and is a simple
hook to get different size information in the same way (minimum size,
maximum size and preferred size).
Layouter that computes a layout for UML diagrams with only one class in the middle and several other
classes that use the central class or are used by the central class.
Create a new LayoutBuilder, that sets a the specified FlexLayout as
layout manager for the given container and then uses the given
Container as root container.