Uses of Class
de.cau.cs.kieler.klay.layered.p5edges.SplineGenerator.Curvature

Packages that use SplineGenerator.Curvature
de.cau.cs.kieler.klay.layered.p5edges Phase 5 - edge routing and horizontal node placement. 
 

Uses of SplineGenerator.Curvature in de.cau.cs.kieler.klay.layered.p5edges
 

Methods in de.cau.cs.kieler.klay.layered.p5edges that return SplineGenerator.Curvature
static SplineGenerator.Curvature SplineGenerator.Curvature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SplineGenerator.Curvature[] SplineGenerator.Curvature.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.klay.layered.p5edges with parameters of type SplineGenerator.Curvature
 boolean SplineGenerator.refineSpline(LinkedList<KVector> pArray, BezierSpline ospline, SplineGenerator.Curvature mode)
          perturb the control points of the spline in an attempt to make the spline fit.