Uses of Class
de.cau.cs.kieler.klay.layered.p4nodes.LinearSegmentsNodePlacer.LinearSegment

Packages that use LinearSegmentsNodePlacer.LinearSegment
de.cau.cs.kieler.klay.layered.p4nodes Phase 4 - vertical node placement. 
 

Uses of LinearSegmentsNodePlacer.LinearSegment in de.cau.cs.kieler.klay.layered.p4nodes
 

Methods in de.cau.cs.kieler.klay.layered.p4nodes that return LinearSegmentsNodePlacer.LinearSegment
 LinearSegmentsNodePlacer.LinearSegment[] LinearSegmentsNodePlacer.getLinearSegments()
           
 LinearSegmentsNodePlacer.LinearSegment LinearSegmentsNodePlacer.LinearSegment.split(LNode node, int newId)
          Splits this linear segment before the given node.
 

Methods in de.cau.cs.kieler.klay.layered.p4nodes with parameters of type LinearSegmentsNodePlacer.LinearSegment
 int LinearSegmentsNodePlacer.LinearSegment.compareTo(LinearSegmentsNodePlacer.LinearSegment other)