Uses of Class
de.cau.cs.kieler.klay.layered.graph.LGraphElement

Packages that use LGraphElement
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
 

Uses of LGraphElement in de.cau.cs.kieler.klay.layered.graph
 

Subclasses of LGraphElement in de.cau.cs.kieler.klay.layered.graph
 class Layer
          A layer in a layered graph.
 class 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.
 class LEdge
          An edge in a layered graph.
 class LLabel
          A label in the layered graph structure.
 class LNode
          A node in a layered graph.
 class LPort
          A port in a layered graph.
 class LSizedGraphElement
          Abstract superclass for LGraphElements that can have a position and a size.
 

Methods in de.cau.cs.kieler.klay.layered.graph with parameters of type LGraphElement
 int LGraphElement.compareTo(LGraphElement other)