Class BoundsSnappingLocationProvider

java.lang.Object
org.eclipse.gef.mvc.fx.providers.BoundsSnappingLocationProvider
All Implemented Interfaces:
ISnappingLocationProvider
Direct Known Subclasses:
CenterSnappingLocationProvider, TopLeftSnappingLocationProvider

public class BoundsSnappingLocationProvider extends Object implements ISnappingLocationProvider
The BoundsSnappingLocationProvider determines SnappingModel.SnappingLocations along the bounds of the individual IContentParts that contribute to snapping. By default, only the minimum and maximum locations within the bounds are used for snapping.