public interface IConnectionRouter
IConnectionRouter
is responsible for adjustment
of a Connection
's points. This may also include providing
reference points for DynamicAnchor
s the connection is attached to.Modifier and Type | Method and Description |
---|---|
boolean |
isImplicitAnchor(IAnchor anchor)
|
void |
route(Connection connection)
Adjusts the
connection's points (if necessary), which
includes computing reference points for DynamicAnchor s (if any). |
boolean isImplicitAnchor(IAnchor anchor)
true
if the given IAnchor
was added by this
IConnectionRouter
during route(Connection)
. Otherwise
returns false
.void route(Connection connection)
connection's
points (if necessary), which
includes computing reference points for DynamicAnchor
s (if any).connection
- The Connection
to route.Copyright (c) 2014 itemis AG and others. All rights reserved.