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 Type
    Method
    Description
    getRegions(Widget movingWidget)
    Returns a collection of regions (in scene coordination system) for a specified moving widget.
  • Method Details

    • getRegions

      Collection<Rectangle> getRegions(Widget movingWidget)
      Returns a collection of regions (in scene coordination system) for a specified moving widget.
      Parameters:
      movingWidget - the moving widget
      Returns:
      the collection of regions