Uses of Class
org.eclipse.gef.SnapToGeometry.Entry
Packages that use SnapToGeometry.Entry
- 
Uses of SnapToGeometry.Entry in org.eclipse.gefFields in org.eclipse.gef declared as SnapToGeometry.EntryModifier and TypeFieldDescriptionprotected SnapToGeometry.Entry[]SnapToGeometry.colsThe vertical columns being snapped to.protected SnapToGeometry.Entry[]SnapToGeometry.rowsThe horizontal rows being snapped to.Methods in org.eclipse.gef with parameters of type SnapToGeometry.EntryModifier and TypeMethodDescriptionprotected doubleSnapToGeometry.getCorrectionFor(SnapToGeometry.Entry[] entries, Map extendedData, boolean vert, double near, double far) Returns the correction value for the given entries and sides.protected doubleSnapToGeometry.getCorrectionFor(SnapToGeometry.Entry[] entries, Map extendedData, boolean vert, double value, int side) Returns the correction value between +/-SnapToGeometry.getThreshold(), or the #getThreshold () if no corrections were found.