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

Packages that use KInsets
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. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
 

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

Methods in de.cau.cs.kieler.kiml.klayoutdata that return KInsets
 KInsets KLayoutDataFactory.createKInsets()
          Returns a new object of class 'KInsets'.
 

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

Classes in de.cau.cs.kieler.kiml.klayoutdata.impl that implement KInsets
 class KInsetsImpl
          An implementation of the model object 'KInsets'.
 

Methods in de.cau.cs.kieler.kiml.klayoutdata.impl that return KInsets
 KInsets KLayoutDataFactoryImpl.createKInsets()
           
 

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

Methods in de.cau.cs.kieler.kiml.klayoutdata.util with parameters of type KInsets
 T KLayoutDataSwitch.caseKInsets(KInsets object)
          Returns the result of interpreting the object as an instance of 'KInsets'.
 

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

Methods in de.cau.cs.kieler.klodd.hierarchical.structures with parameters of type KInsets
 void LayerConnection.applyLayout(KPoint offset, KInsets insets)
          Applies the layout of this layer connection to the contained edge.
 void LayerElement.applyLayout(KPoint offset, KInsets insets)
          Applies the layout of this layer element to the contained object and updates position information according to given offset values.