public interface IConnectionInterpolator
IConnectionInterpolator
is responsible for updating the
Connection
's curve node
(which includes
to properly clip it at the start and end decorations), as well as for
arranging the decorations.Modifier and Type | Method and Description |
---|---|
void |
interpolate(Connection connection)
Interpolates the given
Connection , i.e updates its
curve node to reflect a respective
geometry. |
void interpolate(Connection connection)
Connection
, i.e updates its
curve node
to reflect a respective
geometry. The IConnectionInterpolator
is also responsible of
arranging the connection's start
and end
decorations (and has to
ensure the curve node is properly clipped to not render through the
decorations).connection
- The Connection
to interpolate.Copyright (c) 2014 itemis AG and others. All rights reserved.