Package | Description |
---|---|
org.eclipse.gef |
All interfaces, base types, and the plugin class are here.
|
org.eclipse.gef.tools |
This package provides several tool implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundSnapToHelper
Combines multiple SnapToHelpers into one compound helper.
|
class |
SnapToGeometry
A temporary helper used to perform snapping to existing elements.
|
class |
SnapToGrid
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 |
SnapToGuides
A helper used to perform snapping to guides.
|
Modifier and Type | Method and Description |
---|---|
protected SnapToHelper[] |
CompoundSnapToHelper.getDelegates()
Gets the array of helpers.
|
Constructor and Description |
---|
CompoundSnapToHelper(SnapToHelper[] delegates)
Constructs a compound snap to helper which will delegate to the provided
array of helpers.
|
Modifier and Type | Method and Description |
---|---|
protected SnapToHelper |
DragEditPartsTracker.getSnapToHelper()
Returns the
SnapToHelper used by this
DragEditPartsTracker . |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.