Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KInsets
Packages that use KInsets
Package
Description
-
Uses of KInsets in de.cau.cs.kieler.klighd.kgraph
Methods in de.cau.cs.kieler.klighd.kgraph that return KInsetsModifier and TypeMethodDescriptionKGraphFactory.createKInsets()Returns a new object of class 'KInsets'.KShapeLayout.getInsets()Returns the value of the 'Insets' containment reference.Methods in de.cau.cs.kieler.klighd.kgraph with parameters of type KInsets -
Uses of KInsets in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KInsetsModifier and TypeClassDescriptionclassAn implementation of the model object 'KInsets'.Fields in de.cau.cs.kieler.klighd.kgraph.impl declared as KInsetsModifier and TypeFieldDescriptionprotected KInsetsKLabelImpl.insetsThe cached value of the 'Insets' containment reference.protected KInsetsKNodeImpl.insetsThe cached value of the 'Insets' containment reference.protected KInsetsKPortImpl.insetsThe cached value of the 'Insets' containment reference.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KInsetsModifier and TypeMethodDescriptionKGraphFactoryImpl.createKInsets()KLabelImpl.getInsets()KNodeImpl.getInsets()KPortImpl.getInsets()Methods in de.cau.cs.kieler.klighd.kgraph.impl with parameters of type KInsetsModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainKLabelImpl.basicSetInsets(KInsets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainKNodeImpl.basicSetInsets(KInsets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainKPortImpl.basicSetInsets(KInsets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidvoid -
Uses of KInsets in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KInsetsModifier and TypeMethodDescriptionKGraphSwitch.caseKInsets(KInsets object) Returns the result of interpreting the object as an instance of 'KInsets'.static voidKGraphUtil.toELKGraphCoordinateSystem(org.eclipse.elk.graph.ElkEdge elkedge, KInsets insets) Translates all coordinates of the given edge from KLighD's to ELK's coordinate system.static voidKGraphUtil.toKGraphCoordinateSystem(org.eclipse.elk.graph.ElkEdge elkedge, KInsets insets) Translates all coordinates of the given edge from ELK's to KLighD's coordinate system.