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

Packages that use KInsets
de.cau.cs.kieler.kiml.graphiti   
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.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
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.graphiti
 

Fields in de.cau.cs.kieler.kiml.graphiti with type parameters of type KInsets
static IProperty<KInsets> GraphitiLayoutCommand.INVIS_INSETS
          node property for the insets caused by invisible shapes.
 

Methods in de.cau.cs.kieler.kiml.graphiti that return KInsets
static KInsets GraphitiDiagramLayoutManager.calcInsets(org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm graphicsAlgorithm)
          Calculate insets from an invisible rectangle to the first visible shape.
 

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'.
 KInsets KShapeLayout.getInsets()
          Returns the value of the 'Insets' containment reference.
 

Methods in de.cau.cs.kieler.kiml.klayoutdata with parameters of type KInsets
 void KShapeLayout.setInsets(KInsets value)
          Sets the value of the 'Insets' containment reference.
 

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'.
 

Fields in de.cau.cs.kieler.kiml.klayoutdata.impl declared as KInsets
protected  KInsets KShapeLayoutImpl.insets
          The cached value of the 'Insets' containment reference.
 

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

Methods in de.cau.cs.kieler.kiml.klayoutdata.impl with parameters of type KInsets
 NotificationChain KShapeLayoutImpl.basicSetInsets(KInsets newInsets, NotificationChain msgs)
           
 void KShapeLayoutImpl.setInsets(KInsets newInsets)
           
 

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.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type KInsets
static IProperty<KInsets> Properties.ORIGINAL_INSETS
          KInsets of the KNode a upper border dummy node is representing.
 

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.