Package org.eclipse.gef
Class SnapToGeometry.Entry
java.lang.Object
org.eclipse.gef.SnapToGeometry.Entry
- Enclosing class:
- SnapToGeometry
A vertical or horizontal snapping point. since 3.0
- 
Constructor Details- 
Entryprotected Entry(int type, int location) Constructs a new entry of the given type and location.- Parameters:
- type- an integer between -1 and 1 inclusively
- location- the location
 
 
- 
- 
Method Details- 
getLocationpublic int getLocation()Returns the location of the snap entry.- Returns:
- the location
- Since:
- 3.2
 
- 
getTypepublic int getType()Returns the snap type. The following values may be returned.- -1 indicates left/top
- 0 indicates middle/center
- 1 indicates right/bottom
 - Returns:
- the snap type
- Since:
- 3.2
 
 
-