Package | Description |
---|---|
org.eclipse.gef |
All interfaces, base types, and the plugin class are here.
|
Modifier and Type | Field and Description |
---|---|
protected SnapToGeometry.Entry[] |
SnapToGeometry.cols
The vertical columnd being snapped to.
|
protected SnapToGeometry.Entry[] |
SnapToGeometry.rows
The horizontal rows being snapped to.
|
Modifier and Type | Method and Description |
---|---|
protected double |
SnapToGeometry.getCorrectionFor(SnapToGeometry.Entry[] entries,
java.util.Map extendedData,
boolean vert,
double near,
double far)
Returns the correction value for the given entries and sides.
|
protected double |
SnapToGeometry.getCorrectionFor(SnapToGeometry.Entry[] entries,
java.util.Map extendedData,
boolean vert,
double value,
int side)
Returns the correction value between +/-
SnapToGeometry.getThreshold() , or the
#getThreshold () if no corrections were found. |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.