Uses of Interface
org.eclipse.gef.mvc.fx.providers.ISnappingLocationProvider
-
Packages that use ISnappingLocationProvider Package Description org.eclipse.gef.mvc.fx.providers -
-
Uses of ISnappingLocationProvider in org.eclipse.gef.mvc.fx.providers
Classes in org.eclipse.gef.mvc.fx.providers that implement ISnappingLocationProvider Modifier and Type Class Description class
BoundsSnappingLocationProvider
TheBoundsSnappingLocationProvider
determinesSnappingModel.SnappingLocation
s along the bounds of the individualIContentPart
s that contribute to snapping.class
CenterSnappingLocationProvider
TheCenterSnappingLocationProvider
is a specialization ofBoundsSnappingLocationProvider
that returns the center of the bounds as the onlySnappingModel.SnappingLocation
s.class
ConnectionSnappingLocationProvider
class
TopLeftSnappingLocationProvider
TheTopLeftSnappingLocationProvider
returns the top left corner of the bounds as the only snapping location.Methods in org.eclipse.gef.mvc.fx.providers that return ISnappingLocationProvider Modifier and Type Method Description static ISnappingLocationProvider
ISnappingLocationProvider. union(java.util.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 ISnappingLocationProvider Modifier and Type Method Description static ISnappingLocationProvider
ISnappingLocationProvider. union(java.util.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.
-