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

Packages that use LGraphElement
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

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

Methods in de.cau.cs.kieler.klay.layered that return LGraphElement
static LGraphElement Util.getParent(LNode child)
          Finds and returns the given node's parent's representative in the LayeredGraph.
 

Method parameters in de.cau.cs.kieler.klay.layered with type arguments of type LGraphElement
static void Util.propagatePair(LinkedList<LNode> sourceTargetList, HashMap<KGraphElement,LGraphElement> elemMap)
          Finds for a pair of LNodes the pair of ancestors with a common parent that is highest in depth in the inclusion tree.
protected  void KGraphImporter.transformEdge(KEdge kedge, KNode graph, Map<KGraphElement,LGraphElement> elemMap, MapPropertyHolder layeredGraph)
          Transforms the given edge.
protected  void KGraphImporter.transformNode(KNode node, List<LNode> layeredNodes, Map<KGraphElement,LGraphElement> elemMap, Set<GraphProperties> graphProperties, Direction direction)
          Transforms the given node.
 

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 LShape
          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)
          Compares this with another Object.
 

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type LGraphElement
static IProperty<HashMap<KGraphElement,LGraphElement>> Properties.ELEMENT_MAP
          Map between KGraph nodes/ports/edges and LGraph nodes/ports/edges.
static IProperty<LGraphElement> Properties.PARENT
          LNode that is representative of the node that contains the property holder.