Package de.cau.cs.kieler.klay.layered.graph

Basic structures for the layered layouter.

See:
          Description

Class Summary
Layer A layer in a layered graph.
LayeredGraph A layered graph has a set of layers that contain the nodes, as well as a list of nodes that are not yet assigned to a layer.
LEdge An edge in a layered graph.
LGraphElement Abstract superclass for the layers, nodes, ports, and edges of a layered graph.
LInsets Stores the insets of an object.
LInsets.Double Specifies KInsets in double coordinates.
LLabel A label in the layered graph structure.
LNode A node in a layered graph.
LPort A port in a layered graph.
LPort.SideCondition A condition that checks the side of ports.
LPort.TypeCondition A condition that checks the type of ports.
LShape Abstract superclass for LGraphElements that can have a position and a size.
 

Package de.cau.cs.kieler.klay.layered.graph Description

Basic structures for the layered layouter.