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)
IConnectionInterpolatorICurve that is interpolated through the Connection's
points.interpolate in interface IConnectionInterpolatorconnection - 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.