|
|||||
| SUMMARY: FIELD | CONSTR | METHOD| EVENT | DETAIL: FIELD | CONSTR | METHOD| EVENT | ||||
This input mode enables pinch zooming for a graph canvas.
| Field Summary | |
|---|---|
Number |
pinchTimeout
The delay between actual zoom level and viewpoint changes caused by subsequent changes of the pinch touch locations, in milliseconds. The default value is 20. |
| Constructor Summary | |
|---|---|
PinchInputMode(yfiles/client/tiles/widget/GraphCanvas canvas)
Creates a new PinchInputMode instance for the provided canvas |
|
| Method Summary | |
|---|---|
|
activate()
Activates this input mode. |
|
deactivate()
Deactivates this input mode. |
| Field Detail |
|---|
Number pinchTimeout
The delay between actual zoom level and viewpoint changes caused by subsequent changes of the pinch touch locations, in milliseconds. The default value is 20.
| Constructor Detail |
|---|
PinchInputMode(yfiles/client/tiles/widget/GraphCanvas canvas)
Creates a new PinchInputMode instance for the provided canvas
canvas - The graph canvas that should support pinch gestures
| Method Detail |
|---|
activate()
Activates this input mode.
This implementation just delegates to the super implementation.
deactivate()
Deactivates this input mode.
This implementation just delegates to the super implementation.