public class PolylineInterpolator extends java.lang.Object implements IConnectionInterpolator
Constructor and Description |
---|
PolylineInterpolator() |
Modifier and Type | Method and Description |
---|---|
ICurve |
interpolate(Connection connection)
An
ICurve that is interpolated through the Connection 's
points. |
public ICurve interpolate(Connection connection)
IConnectionInterpolator
ICurve
that is interpolated through the Connection
's
points.interpolate
in interface IConnectionInterpolator
connection
- The Connection
for which to interpolate an
ICurve
.ICurve
that was interpolated through the
Connection
's points.Copyright (c) 2014 itemis AG and others. All rights reserved.