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

Packages that use LLabel
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.klay.layered.p5edges Phase 5 - edge routing and horizontal node placement. 
 

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

Methods in de.cau.cs.kieler.klay.layered.graph that return LLabel
 LLabel LNode.getLabel()
          Returns this node's label, if any.
 LLabel LPort.getLabel()
          Returns this port's label, if any.
 

Methods in de.cau.cs.kieler.klay.layered.graph that return types with arguments of type LLabel
 List<LLabel> LEdge.getLabels()
           
 

Methods in de.cau.cs.kieler.klay.layered.graph with parameters of type LLabel
 void LNode.setLabel(LLabel label)
          Sets this node's label.
 void LPort.setLabel(LLabel label)
          Sets this port's label.
 

Uses of LLabel in de.cau.cs.kieler.klay.layered.p5edges
 

Methods in de.cau.cs.kieler.klay.layered.p5edges that return LLabel
 LLabel ILabelPlacer.longestLabel(Layer thelayer)
          Gives the size of the longest label in the given layer.
 LLabel SimpleLabelPlacer.longestLabel(Layer thelayer)
          Gives the size of the longest label in the given layer.