Uses of Class
de.cau.cs.kieler.core.math.KVectorChain

Packages that use KVectorChain
de.cau.cs.kieler.core.math Mathematics classes and functions. 
de.cau.cs.kieler.kiml.graphiti   
de.cau.cs.kieler.kiml.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
 

Uses of KVectorChain in de.cau.cs.kieler.core.math
 

Methods in de.cau.cs.kieler.core.math that return KVectorChain
static KVectorChain KielerMath.appoximateSpline(KVectorChain controlPoints)
          Computes an approximation for the spline that is defined by the given control points.
static KVectorChain KVectorChain.reverse(KVectorChain chain)
          Returns a new vector chain that is the reverse of the given vector chain.
 

Methods in de.cau.cs.kieler.core.math with parameters of type KVectorChain
static KVectorChain KielerMath.appoximateSpline(KVectorChain controlPoints)
          Computes an approximation for the spline that is defined by the given control points.
static KVectorChain KVectorChain.reverse(KVectorChain chain)
          Returns a new vector chain that is the reverse of the given vector chain.
 

Uses of KVectorChain in de.cau.cs.kieler.kiml.graphiti
 

Methods in de.cau.cs.kieler.kiml.graphiti that return KVectorChain
 KVectorChain GraphitiLayoutCommand.getBendPoints(KEdge edge)
          Get a vector chain holding the bend points for the given edge.
 

Uses of KVectorChain in de.cau.cs.kieler.kiml.ogdf
 

Method parameters in de.cau.cs.kieler.kiml.ogdf with type arguments of type KVectorChain
protected  void OgdfLayouter.applyLayout(KNode parentNode, Map<String,KVectorChain> layoutInformation)
          Applies the layout information back to the original graph.
 

Uses of KVectorChain in de.cau.cs.kieler.kiml.options
 

Fields in de.cau.cs.kieler.kiml.options with type parameters of type KVectorChain
static IProperty<KVectorChain> LayoutOptions.BEND_POINTS
          The bend points of an edge.
 

Uses of KVectorChain in de.cau.cs.kieler.kiml.util
 

Methods in de.cau.cs.kieler.kiml.util that return KVectorChain
static KVectorChain KimlUtil.toVectorChain(KEdgeLayout edgeLayout)
          Create a vector chain from the given edge layout.
 

Methods in de.cau.cs.kieler.kiml.util with parameters of type KVectorChain
static void KimlUtil.applyVectorChain(KEdgeLayout edgeLayout, KVectorChain vectorChain)
          Apply the points of a vector chain to the given edge layout.
 

Uses of KVectorChain in de.cau.cs.kieler.klay.layered.graph
 

Methods in de.cau.cs.kieler.klay.layered.graph that return KVectorChain
 KVectorChain LEdge.getBendPoints()
          Returns the list of bend points, which is initially empty.