public class FXPolyBezierConnectionRouter extends java.lang.Object implements IFXConnectionRouter
FXPolyBezierConnectionRouter
interpolates a cubic Bezier spline
through the supplied Point
s.Constructor and Description |
---|
FXPolyBezierConnectionRouter() |
Modifier and Type | Method and Description |
---|---|
ICurve |
routeConnection(Point[] points)
Computes the curve geometry for a connection based on the given points.
|
public ICurve routeConnection(Point[] points)
IFXConnectionRouter
routeConnection
in interface IFXConnectionRouter
points
- start point, way points, and end point of the routed
connection.Copyright (c) 2014 itemis AG and others. All rights reserved.