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

Packages that use KEdgeLayout
de.cau.cs.kieler.keg.importer.util Utility functionality. 
de.cau.cs.kieler.kiml.export.util Utility functionality. 
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.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.klayoutdata.impl Internal implementation of the layout data extension. 
de.cau.cs.kieler.kiml.klayoutdata.util Utility classes for the layout data extension. 
 

Uses of KEdgeLayout in de.cau.cs.kieler.keg.importer.util
 

Methods in de.cau.cs.kieler.keg.importer.util that return KEdgeLayout
static KEdgeLayout XtendUtil.getEdgeLayout(KEdge edge)
          Returns the edge layout for the given edge.
 

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

Methods in de.cau.cs.kieler.kiml.export.util that return KEdgeLayout
static KEdgeLayout XtendUtil.getEdgeLayout(KEdge edge)
          Returns the edge layout for the given edge.
 

Uses of KEdgeLayout in de.cau.cs.kieler.kiml.gmf
 

Methods in de.cau.cs.kieler.kiml.gmf with parameters of type KEdgeLayout
protected  void GmfDiagramLayoutManager.setEdgeLayout(KEdgeLayout edgeLayout, org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart connection, KVector offset)
          Stores the layout information of the given connection edit part into an edge layout.
 

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

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

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

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

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

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

Methods in de.cau.cs.kieler.kiml.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'.