|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--draw2d.SnapToHelper
Defined in SnapToHelper.js
Version: 0.9.14
Author: Andreas Herz
| Field Summary | |
Object |
workflow
|
<static> Object |
EAST
East |
<static> Object |
EAST_WEST
East-West: a bit-wise OR of EAST and WEST |
<static> Object |
NORTH
North |
<static> Object |
NORTH_EAST
North-East: a bit-wise OR of NORTH and EAST |
<static> Object |
NORTH_SOUTH
North-South: a bit-wise OR of NORTH and SOUTH |
<static> Object |
NORTH_WEST
North-West: a bit-wise OR of NORTH and WEST |
<static> Object |
NSEW
North-South-East-West: a bit-wise OR of all 4 directions. |
<static> Object |
SOUTH
South |
<static> Object |
SOUTH_EAST
South-East: a bit-wise OR of SOUTH and EAST |
<static> Object |
SOUTH_WEST
South-West: a bit-wise OR of SOUTH and WEST |
<static> Object |
WEST
West |
| Constructor Summary | |
draw2d.SnapToHelper
( workflow)
|
|
| Method Summary | |
Object
|
snapPoint( snapOrientation, inputPoint, resultPoint)
Applies a snapping correction to the given result. |
Object
|
snapRectangle( inputBounds, resultBounds)
Applies a snap correction to a Rectangle based on a given Rectangle. |
| Field Detail |
Object workflow
<static> Object EAST
<static> Object EAST_WEST
<static> Object NORTH
<static> Object NORTH_EAST
<static> Object NORTH_SOUTH
<static> Object NORTH_WEST
<static> Object NSEW
<static> Object SOUTH
<static> Object SOUTH_EAST
<static> Object SOUTH_WEST
<static> Object WEST
| Constructor Detail |
draw2d.SnapToHelper( workflow)
| Method Detail |
Object snapPoint( snapOrientation, inputPoint, resultPoint)
Object snapRectangle( inputBounds, resultBounds)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||