Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/view
ScaleGestureDelegate
Interface ScaleGestureDelegate<X, Y>
Type parameters
X
Y
Hierarchy
MomentumGestureDelegate
ScaleGestureDelegate
Implemented by
ScaledView
Index
Methods
acceleration
did
Begin
Coast
did
Begin
Hover
did
Begin
Press
did
Cancel
Press
did
Coast
did
End
Coast
did
End
Hover
did
End
Press
did
Long
Press
did
Move
Press
did
Press
did
Start
Coasting
did
Start
Hovering
did
Start
Interacting
did
Start
Pressing
did
Stop
Coasting
did
Stop
Hovering
did
Stop
Interacting
did
Stop
Pressing
distance
Min
hysteresis
preserve
Aspect
Ratio
velocity
Max
will
Begin
Coast
will
Begin
Hover
will
Begin
Press
will
Cancel
Press
will
Coast
will
End
Coast
will
End
Hover
will
End
Press
will
Long
Press
will
Move
Press
will
Press
will
Start
Coasting
will
Start
Hovering
will
Start
Interacting
will
Start
Pressing
will
Stop
Coasting
will
Stop
Hovering
will
Stop
Interacting
will
Stop
Pressing
x
Gestures
x
Scale
y
Gestures
y
Scale
Methods
Optional
acceleration
acceleration
(
)
:
number
Returns
number
Optional
did
Begin
Coast
did
Begin
Coast
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
Begin
Hover
did
Begin
Hover
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
Begin
Press
did
Begin
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
Cancel
Press
did
Cancel
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
Coast
did
Coast
(
)
:
void
Returns
void
Optional
did
End
Coast
did
End
Coast
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
End
Hover
did
End
Hover
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
End
Press
did
End
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
Long
Press
did
Long
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
Returns
void
Optional
did
Move
Press
did
Move
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
Press
did
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
did
Start
Coasting
did
Start
Coasting
(
)
:
void
Returns
void
Optional
did
Start
Hovering
did
Start
Hovering
(
)
:
void
Returns
void
Optional
did
Start
Interacting
did
Start
Interacting
(
)
:
void
Returns
void
Optional
did
Start
Pressing
did
Start
Pressing
(
)
:
void
Returns
void
Optional
did
Stop
Coasting
did
Stop
Coasting
(
)
:
void
Returns
void
Optional
did
Stop
Hovering
did
Stop
Hovering
(
)
:
void
Returns
void
Optional
did
Stop
Interacting
did
Stop
Interacting
(
)
:
void
Returns
void
Optional
did
Stop
Pressing
did
Stop
Pressing
(
)
:
void
Returns
void
Optional
distance
Min
distance
Min
(
)
:
number
Returns
number
Optional
hysteresis
hysteresis
(
)
:
number
Returns
number
Optional
preserve
Aspect
Ratio
preserve
Aspect
Ratio
(
)
:
boolean
Returns
boolean
Optional
velocity
Max
velocity
Max
(
)
:
number
Returns
number
Optional
will
Begin
Coast
will
Begin
Coast
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
boolean
|
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
boolean
|
void
Optional
will
Begin
Hover
will
Begin
Hover
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
will
Begin
Press
will
Begin
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
boolean
|
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
boolean
|
void
Optional
will
Cancel
Press
will
Cancel
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
will
Coast
will
Coast
(
)
:
void
Returns
void
Optional
will
End
Coast
will
End
Coast
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
will
End
Hover
will
End
Hover
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
will
End
Press
will
End
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
will
Long
Press
will
Long
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
Returns
void
Optional
will
Move
Press
will
Move
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
will
Press
will
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
, event
:
null
|
Event
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
event:
null
|
Event
Returns
void
Optional
will
Start
Coasting
will
Start
Coasting
(
)
:
void
Returns
void
Optional
will
Start
Hovering
will
Start
Hovering
(
)
:
void
Returns
void
Optional
will
Start
Interacting
will
Start
Interacting
(
)
:
void
Returns
void
Optional
will
Start
Pressing
will
Start
Pressing
(
)
:
void
Returns
void
Optional
will
Stop
Coasting
will
Stop
Coasting
(
)
:
void
Returns
void
Optional
will
Stop
Hovering
will
Stop
Hovering
(
)
:
void
Returns
void
Optional
will
Stop
Interacting
will
Stop
Interacting
(
)
:
void
Returns
void
Optional
will
Stop
Pressing
will
Stop
Pressing
(
)
:
void
Returns
void
Optional
x
Gestures
x
Gestures
(
)
:
boolean
Returns
boolean
Optional
x
Scale
x
Scale
(
)
:
null
|
ContinuousScale
<
X
,
number
>
x
Scale
(
xScale
:
null
|
ContinuousScale
<
X
,
number
>
, timing
?:
boolean
|
AnyTiming
)
:
unknown
Returns
null
|
ContinuousScale
<
X
,
number
>
Parameters
xScale:
null
|
ContinuousScale
<
X
,
number
>
Optional
timing:
boolean
|
AnyTiming
Returns
unknown
Optional
y
Gestures
y
Gestures
(
)
:
boolean
Returns
boolean
Optional
y
Scale
y
Scale
(
)
:
null
|
ContinuousScale
<
Y
,
number
>
y
Scale
(
yScale
:
null
|
ContinuousScale
<
Y
,
number
>
, timing
?:
boolean
|
AnyTiming
)
:
unknown
Returns
null
|
ContinuousScale
<
Y
,
number
>
Parameters
yScale:
null
|
ContinuousScale
<
Y
,
number
>
Optional
timing:
boolean
|
AnyTiming
Returns
unknown
Modules
@swim/system
@swim/toolkit
@swim/ui
@swim/model
@swim/style
@swim/theme
@swim/view
@swim/dom
@swim/graphics
@swim/component
@swim/ux
@swim/vis
@swim/maps
Scale
Gesture
Delegate
acceleration
did
Begin
Coast
did
Begin
Hover
did
Begin
Press
did
Cancel
Press
did
Coast
did
End
Coast
did
End
Hover
did
End
Press
did
Long
Press
did
Move
Press
did
Press
did
Start
Coasting
did
Start
Hovering
did
Start
Interacting
did
Start
Pressing
did
Stop
Coasting
did
Stop
Hovering
did
Stop
Interacting
did
Stop
Pressing
distance
Min
hysteresis
preserve
Aspect
Ratio
velocity
Max
will
Begin
Coast
will
Begin
Hover
will
Begin
Press
will
Cancel
Press
will
Coast
will
End
Coast
will
End
Hover
will
End
Press
will
Long
Press
will
Move
Press
will
Press
will
Start
Coasting
will
Start
Hovering
will
Start
Interacting
will
Start
Pressing
will
Stop
Coasting
will
Stop
Hovering
will
Stop
Interacting
will
Stop
Pressing
x
Gestures
x
Scale
y
Gestures
y
Scale
Generated using
TypeDoc