Interface AlignWithWidgetCollector
public interface AlignWithWidgetCollector
This interface is used for collecting regions for which the moving widget has to be checked.
-
Method Summary
Modifier and TypeMethodDescriptiongetRegions
(Widget movingWidget) Returns a collection of regions (in scene coordination system) for a specified moving widget.
-
Method Details
-
getRegions
Returns a collection of regions (in scene coordination system) for a specified moving widget.- Parameters:
movingWidget
- the moving widget- Returns:
- the collection of regions
-