Uses of Interface
org.eclipse.gef.mvc.fx.providers.ISnappingLocationProvider
Packages that use ISnappingLocationProvider
-
Uses of ISnappingLocationProvider in org.eclipse.gef.mvc.fx.providers
Classes in org.eclipse.gef.mvc.fx.providers that implement ISnappingLocationProviderModifier and TypeClassDescriptionclass
TheBoundsSnappingLocationProvider
determinesSnappingModel.SnappingLocation
s along the bounds of the individualIContentPart
s that contribute to snapping.class
TheCenterSnappingLocationProvider
is a specialization ofBoundsSnappingLocationProvider
that returns the center of the bounds as the onlySnappingModel.SnappingLocation
s.class
class
TheTopLeftSnappingLocationProvider
returns the top left corner of the bounds as the only snapping location.Methods in org.eclipse.gef.mvc.fx.providers that return ISnappingLocationProviderModifier and TypeMethodDescriptionstatic ISnappingLocationProvider
ISnappingLocationProvider.union
(List<ISnappingLocationProvider> providers) Combines the givenISnappingLocationProvider
s by wrapping them in a newISnappingLocationProvider
that returns a combination of allSnappingModel.SnappingLocation
s that are returned by the individual providers.Method parameters in org.eclipse.gef.mvc.fx.providers with type arguments of type ISnappingLocationProviderModifier and TypeMethodDescriptionstatic ISnappingLocationProvider
ISnappingLocationProvider.union
(List<ISnappingLocationProvider> providers) Combines the givenISnappingLocationProvider
s by wrapping them in a newISnappingLocationProvider
that returns a combination of allSnappingModel.SnappingLocation
s that are returned by the individual providers.