Package de.cau.cs.kieler.kiml.layout

Base classes for implementation of layout algorithms and for handling of different layout providers and layout options.

See:
          Description

Interface Summary
ILayoutListener Interface for listeners to the KIML layout.
 

Class Summary
AbstractLayoutProvider A layout provider executes a layout algorithm to layout the child elements of a node.
LayoutOptionData Data type used to store information for a layout option.
LayoutProviderData Data type used to store information for a layout provider.
LayoutServices Singleton class for access to the KIML layout services.
RecursiveLayouterEngine Performs layout in a graph with hierarchy by executing a layout provider on each level of the hierarchy.
 

Enum Summary
LayoutOptionData.Target option target enumeration.
LayoutOptionData.Type data type enumeration.
 

Package de.cau.cs.kieler.kiml.layout Description

Base classes for implementation of layout algorithms and for handling of different layout providers and layout options.