Uses of Interface
de.cau.cs.kieler.kiml.layout.klayoutdata.KEdgeLayout

Packages that use KEdgeLayout
de.cau.cs.kieler.kiml.layout.klayoutdata Base package for the KLayoutData structure, which is an extension of KGraph to store layout data in a graph model. 
de.cau.cs.kieler.kiml.layout.klayoutdata.impl Internal implementation of the layout data extension. 
de.cau.cs.kieler.kiml.layout.klayoutdata.util Utility classes for the layout data extension. 
de.cau.cs.kieler.kiml.layout.util Utility classes for automatic layout using KIML. 
 

Uses of KEdgeLayout in de.cau.cs.kieler.kiml.layout.klayoutdata
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata that return KEdgeLayout
 KEdgeLayout KLayoutDataFactory.createKEdgeLayout()
          Returns a new object of class 'KEdge Layout'.
 

Uses of KEdgeLayout in de.cau.cs.kieler.kiml.layout.klayoutdata.impl
 

Classes in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that implement KEdgeLayout
 class KEdgeLayoutImpl
          An implementation of the model object 'KEdge Layout'.
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that return KEdgeLayout
 KEdgeLayout KLayoutDataFactoryImpl.createKEdgeLayout()
           
 

Uses of KEdgeLayout in de.cau.cs.kieler.kiml.layout.klayoutdata.util
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata.util with parameters of type KEdgeLayout
 T KLayoutDataSwitch.caseKEdgeLayout(KEdgeLayout object)
          Returns the result of interpreting the object as an instance of 'KEdge Layout'.
 

Uses of KEdgeLayout in de.cau.cs.kieler.kiml.layout.util
 

Methods in de.cau.cs.kieler.kiml.layout.util that return KEdgeLayout
static KEdgeLayout KimlLayoutUtil.getEdgeLayout(KGraphElement graphElement)
          Returns edge layout data for a given graph element.