Uses of Class
de.cau.cs.kieler.klodd.hierarchical.structures.LinearSegment

Packages that use LinearSegment
de.cau.cs.kieler.klodd.hierarchical.impl Implementation of the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
 

Uses of LinearSegment in de.cau.cs.kieler.klodd.hierarchical.impl
 

Methods in de.cau.cs.kieler.klodd.hierarchical.impl that return LinearSegment
 LinearSegment[] BasicNodePlacer.getMovableSegments()
          Gets the array of movable linear segments.
 

Uses of LinearSegment in de.cau.cs.kieler.klodd.hierarchical.structures
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return LinearSegment
 LinearSegment LayerElement.getLinearSegment()
          Returns the linear segment.
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return types with arguments of type LinearSegment
 List<LinearSegment> LayeredGraph.getLinearSegments()
          Gets the list of linear segments of this layered graph.
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures with parameters of type LinearSegment
 int LinearSegment.compareTo(LinearSegment other)
          Compares this with another Object.
 void LayerElement.setLinearSegment(LinearSegment thelinearSegment)
          Sets the linear segment.