Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KPoint
Packages that use KPoint
Package
Description
-
Uses of KPoint in de.cau.cs.kieler.klighd.kgraph
Methods in de.cau.cs.kieler.klighd.kgraph that return KPointModifier and TypeMethodDescriptionKGraphFactory.createKPoint()Returns a new object of class 'KPoint'.KEdgeLayout.getSourcePoint()Returns the value of the 'Source Point' containment reference.KEdgeLayout.getTargetPoint()Returns the value of the 'Target Point' containment reference.Methods in de.cau.cs.kieler.klighd.kgraph that return types with arguments of type KPointModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KPoint>KEdgeLayout.getBendPoints()Returns the value of the 'Bend Points' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph with parameters of type KPointModifier and TypeMethodDescriptionvoidKEdgeLayout.setSourcePoint(KPoint value) Sets the value of the 'Source Point' containment reference.voidKEdgeLayout.setTargetPoint(KPoint value) Sets the value of the 'Target Point' containment reference. -
Uses of KPoint in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KPointModifier and TypeClassDescriptionclassAn implementation of the model object 'KPoint'.Fields in de.cau.cs.kieler.klighd.kgraph.impl declared as KPointModifier and TypeFieldDescriptionprotected KPointKEdgeImpl.sourcePointThe cached value of the 'Source Point' containment reference.protected KPointKEdgeImpl.targetPointThe cached value of the 'Target Point' containment reference.Fields in de.cau.cs.kieler.klighd.kgraph.impl with type parameters of type KPointModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<KPoint>KEdgeImpl.bendPointsThe cached value of the 'Bend Points' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KPointModifier and TypeMethodDescriptionKGraphFactoryImpl.createKPoint()KEdgeImpl.getSourcePoint()KEdgeImpl.getTargetPoint()Methods in de.cau.cs.kieler.klighd.kgraph.impl that return types with arguments of type KPointModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KPoint>KEdgeImpl.getBendPoints()Methods in de.cau.cs.kieler.klighd.kgraph.impl with parameters of type KPointModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainKEdgeImpl.basicSetSourcePoint(KPoint newSourcePoint, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainKEdgeImpl.basicSetTargetPoint(KPoint newTargetPoint, org.eclipse.emf.common.notify.NotificationChain msgs) voidKEdgeImpl.setSourcePoint(KPoint newSourcePoint) voidKEdgeImpl.setTargetPoint(KPoint newTargetPoint) -
Uses of KPoint in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KPointModifier and TypeMethodDescriptionKGraphSwitch.caseKPoint(KPoint object) Returns the result of interpreting the object as an instance of 'KPoint'.