Uses of Class
org.eclipse.gef.mvc.fx.models.SnappingModel
-
Packages that use SnappingModel Package Description org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX. -
-
Uses of SnappingModel in org.eclipse.gef.mvc.fx.operations
Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type SnappingModel Constructor Description AddSnapToStrategyOperation(SnappingModel model, org.eclipse.gef.mvc.fx.handlers.ISnapToStrategy strategy)
Constructs a newAddSnapToStrategyOperation
that will add the givenISnapToStrategy
to the list of supported strategies within the givenSnappingModel
.RemoveSnapToStrategyOperation(SnappingModel model, org.eclipse.gef.mvc.fx.handlers.ISnapToStrategy strategy)
Constructs a newRemoveSnapToStrategyOperation
that will remove the givenISnapToStrategy
from the list of supported strategies within the givenSnappingModel
.
-