Uses of Class
org.eclipse.gef.SnapToHelper
Packages that use SnapToHelper
Package
Description
All interfaces, base types, and the plugin class are here.
This package provides several tool implementations.
-
Uses of SnapToHelper in org.eclipse.gef
Subclasses of SnapToHelper in org.eclipse.gefModifier and TypeClassDescriptionclass
Combines multiple SnapToHelpers into one compound helper.class
A temporary helper used to perform snapping to existing elements.class
A helper used to perform snapping to a grid, which is specified on the graphical viewer via the various properties defined in this class.class
A helper used to perform snapping to guides.Methods in org.eclipse.gef that return SnapToHelperModifier and TypeMethodDescriptionprotected SnapToHelper[]
CompoundSnapToHelper.getDelegates()
Gets the array of helpers.Constructors in org.eclipse.gef with parameters of type SnapToHelperModifierConstructorDescriptionCompoundSnapToHelper
(SnapToHelper[] delegates) Constructs a compound snap to helper which will delegate to the provided array of helpers. -
Uses of SnapToHelper in org.eclipse.gef.tools
Methods in org.eclipse.gef.tools that return SnapToHelperModifier and TypeMethodDescriptionprotected SnapToHelper
DragEditPartsTracker.getSnapToHelper()
Returns theSnapToHelper
used by thisDragEditPartsTracker
.