Uses of Class
de.cau.cs.kieler.klay.layered.p5edges.ISplineGenerator.curvature

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

Uses of ISplineGenerator.curvature in de.cau.cs.kieler.klay.layered.p5edges
 

Methods in de.cau.cs.kieler.klay.layered.p5edges that return ISplineGenerator.curvature
static ISplineGenerator.curvature ISplineGenerator.curvature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ISplineGenerator.curvature[] ISplineGenerator.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 ISplineGenerator.curvature
 boolean ISplineGenerator.refineSpline(LinkedList<KVector> pArray, BezierSpline ospline, ISplineGenerator.curvature mode)
          perturb the control points of the spline in an attempt to make the spline fit.
 boolean SimpleSplineGenerator.refineSpline(LinkedList<KVector> pArray, BezierSpline ospline, ISplineGenerator.curvature mode)
          perturb the control points of the spline in an attempt to make the spline fit.