Uses of Class
org.eclipse.gef.mvc.fx.providers.BoundsSnappingLocationProvider
Packages that use BoundsSnappingLocationProvider
-
Uses of BoundsSnappingLocationProvider in org.eclipse.gef.mvc.fx.providers
Subclasses of BoundsSnappingLocationProvider in org.eclipse.gef.mvc.fx.providersModifier and TypeClassDescriptionclass
TheCenterSnappingLocationProvider
is a specialization ofBoundsSnappingLocationProvider
that returns the center of the bounds as the onlySnappingModel.SnappingLocation
s.class
TheTopLeftSnappingLocationProvider
returns the top left corner of the bounds as the only snapping location.