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

Packages that use KShapeLayout
de.cau.cs.kieler.keg.importer.util Utility functionality. 
de.cau.cs.kieler.kiml.export.util Utility functionality. 
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 KShapeLayout in de.cau.cs.kieler.keg.importer.util
 

Methods in de.cau.cs.kieler.keg.importer.util that return KShapeLayout
static KShapeLayout XtendUtil.getShapeLayout(KNode node)
          Returns the shape layout for the given node.
 

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

Methods in de.cau.cs.kieler.kiml.export.util that return KShapeLayout
static KShapeLayout XtendUtil.getShapeLayout(KNode node)
          Returns the shape layout for the given node.
 

Methods in de.cau.cs.kieler.kiml.export.util with parameters of type KShapeLayout
static void XtendUtil.ogmlSetShapeBounds(ShapeType1 shape, KShapeLayout shapeLayout)
          Applies the bounds defined by a shape layout to an ogml shape.
 

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

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

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

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

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

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

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