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

Packages that use KShapeLayout
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 KShapeLayout in de.cau.cs.kieler.kiml.layout.klayoutdata
 

Methods in de.cau.cs.kieler.kiml.layout.klayoutdata that return KShapeLayout
 KShapeLayout KLayoutDataFactory.createKShapeLayout()
          Returns a new object of class 'KShape Layout'.
 

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

Classes in de.cau.cs.kieler.kiml.layout.klayoutdata.impl that implement KShapeLayout
 class KShapeLayoutImpl
          An implementation of the model object 'KShape Layout'.
 

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

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

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

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

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