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.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.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.klay.force.graph Basic structures for the force layouter. 
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

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

Methods in de.cau.cs.kieler.kiml.klayoutdata that return KVectorChain
 KVectorChain KEdgeLayout.createVectorChain()
          Create a vector chain from the points of this edge layout.
 

Methods in de.cau.cs.kieler.kiml.klayoutdata with parameters of type KVectorChain
 void KEdgeLayout.applyVectorChain(KVectorChain points)
          Set the source point, bend points, and target point of this edge layout from the given vector chain.
 

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

Methods in de.cau.cs.kieler.kiml.klayoutdata.impl that return KVectorChain
 KVectorChain KEdgeLayoutImpl.createVectorChain()
          Create a vector chain from the points of this edge layout.
 

Methods in de.cau.cs.kieler.kiml.klayoutdata.impl with parameters of type KVectorChain
 void KEdgeLayoutImpl.applyVectorChain(KVectorChain points)
          Set the source point, bend points, and target point of this edge layout from the given vector chain.
 

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

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

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.klay.force.graph
 

Methods in de.cau.cs.kieler.klay.force.graph that return KVectorChain
 KVectorChain FEdge.toVectorChain()
          Returns a vector chain with all bend points and source and target point.
 

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.
 

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type KVectorChain
static IProperty<KVectorChain> Properties.ORIGINAL_BENDPOINTS
          the original bend points.