Package de.cau.cs.kieler.kiml.ui.diagram

Generic API for layout of graphical diagrams.

See:
          Description

Interface Summary
IDiagramLayoutManager<T> Interface for managers of diagram layout.
 

Class Summary
ApplyLayoutRequest Request for automatic layout on a set of edit parts of a diagram.
DiagramLayoutEngine The entry class for automatic layout of graphical diagrams.
GefDiagramLayoutManager<T> An abstract diagram layout manager for GEF-based implementations.
LayoutAfterDiagramReinitCombination This combination triggers an autolayout with the given user preferences when a diagram editor was reinitialized.
LayoutCombination Performs automatic layout when the button or key combination is pressed.
LayoutEffect Performs automatic layout on a diagram editor for a given selection.
LayoutMapping<T> A layout mapping describes the relation between a graphical diagram and the layout graph that is created by diagram layout managers.
RandomLayoutCombination Add a button that triggers a Random layout onto the whole diagram once.
SetOptionsEffect An effect that sets layout options for a specific element.
 

Package de.cau.cs.kieler.kiml.ui.diagram Description

Generic API for layout of graphical diagrams. Use DiagramLayoutEngine to perform layout on a diagram, or LayoutEffect to do this from the KIELER View Management.