Class SnappingModel.SnappingLocation

java.lang.Object
org.eclipse.gef.mvc.fx.models.SnappingModel.SnappingLocation
Enclosing class:
SnappingModel

public static class SnappingModel.SnappingLocation extends Object
A SnappingModel.SnappingLocation combines an IContentPart, a position coordinate in the scene coordinate system, and an Orientation. The position coordinate is evaluated in dependence of the location's Orientation. For horizontal locations, the position coordinate is a y-coordinate. For vertical locations, the position coordinate is an x-coordinate.