Package | Description |
---|---|
org.eclipse.gef.mvc.fx.providers |
Modifier and Type | Class and Description |
---|---|
class |
BoundsSnappingLocationProvider
The
BoundsSnappingLocationProvider determines
SnappingModel.SnappingLocation s along the bounds of the individual
IContentPart s that contribute to snapping. |
class |
CenterSnappingLocationProvider
The
CenterSnappingLocationProvider is a specialization of
BoundsSnappingLocationProvider that returns the center of the bounds
as the only SnappingModel.SnappingLocation s. |
class |
ConnectionSnappingLocationProvider |
class |
TopLeftSnappingLocationProvider
The
TopLeftSnappingLocationProvider returns the top left corner of
the bounds as the only snapping location. |
Modifier and Type | Method and Description |
---|---|
static ISnappingLocationProvider |
ISnappingLocationProvider.union(java.util.List<ISnappingLocationProvider> providers)
Combines the given
ISnappingLocationProvider s by wrapping them in
a new ISnappingLocationProvider that returns a combination of all
SnappingModel.SnappingLocation s that are returned by the individual providers. |
Modifier and Type | Method and Description |
---|---|
static ISnappingLocationProvider |
ISnappingLocationProvider.union(java.util.List<ISnappingLocationProvider> providers)
Combines the given
ISnappingLocationProvider s by wrapping them in
a new ISnappingLocationProvider that returns a combination of all
SnappingModel.SnappingLocation s that are returned by the individual providers. |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.