public interface MoveControlPointProvider
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.awt.Point> |
locationSuggested(ConnectionWidget connectionWidget,
int index,
java.awt.Point suggestedLocation) |
Called to resolve control points of a connection widget for specified suggested change of a location of a control point specified by its index.
|
java.util.List<java.awt.Point> locationSuggested(ConnectionWidget connectionWidget, int index, java.awt.Point suggestedLocation)
connectionWidget - the connection widgetindex - the index of the control point which new location was suggested by an usersuggestedLocation - the suggested location (by an user) of a control point specified by its indexBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.