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
ScaleGestureInit
Interface ScaleGestureInit<V, X, Y>
Type parameters
V
:
View
=
View
X =
unknown
Y =
unknown
Hierarchy
MomentumGestureInit
<
V
>
ScaleGestureInit
Index
Properties
acceleration
affinity
binds
distance
Min
extends
hysteresis
inherits
key
lazy
method
name
observes
preserve
Aspect
Ratio
self
static
velocity
Max
wheel
Methods
detect
View
did
Attach
View
did
Begin
Coast
did
Begin
Hover
did
Begin
Press
did
Bind
Super
Fastener
did
Cancel
Press
did
Coast
did
Detach
View
did
End
Coast
did
End
Hover
did
End
Press
did
Inherit
did
Long
Press
did
Mount
did
Move
Press
did
Press
did
Set
Affinity
did
Set
Inherits
did
Start
Coasting
did
Start
Hovering
did
Start
Interacting
did
Start
Pressing
did
Stop
Coasting
did
Stop
Hovering
did
Stop
Interacting
did
Stop
Pressing
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
getXScale
getYScale
init
setXScale
setYScale
will
Attach
View
will
Begin
Coast
will
Begin
Hover
will
Begin
Press
will
Bind
Super
Fastener
will
Cancel
Press
will
Coast
will
Detach
View
will
End
Coast
will
End
Hover
will
End
Press
will
Inherit
will
Long
Press
will
Mount
will
Move
Press
will
Press
will
Set
Affinity
will
Set
Inherits
will
Start
Coasting
will
Start
Hovering
will
Start
Interacting
will
Start
Pressing
will
Stop
Coasting
will
Stop
Hovering
will
Stop
Interacting
will
Stop
Pressing
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Properties
Optional
acceleration
acceleration
:
number
Optional
affinity
affinity
:
number
Optional
binds
binds
:
boolean
Optional
distance
Min
distance
Min
:
number
Optional
extends
extends
:
null
|
string
|
boolean
|
{
prototype
:
ScaleGesture
<
any
,
any
,
any
,
any
>
}
Optional
hysteresis
hysteresis
:
number
Optional
inherits
inherits
:
string
|
boolean
Optional
key
key
:
string
|
boolean
Optional
lazy
lazy
:
boolean
Optional
method
method
:
GestureMethod
Optional
name
name
:
string
Optional
observes
observes
:
boolean
Optional
preserve
Aspect
Ratio
preserve
Aspect
Ratio
:
boolean
Optional
self
self
:
boolean
Optional
static
static
:
string
|
boolean
Optional
velocity
Max
velocity
Max
:
number
Optional
wheel
wheel
:
boolean
Methods
Optional
detect
View
detect
View
(
view
:
View
)
:
null
|
V
Parameters
view:
View
Returns
null
|
V
Optional
did
Attach
View
did
Attach
View
(
view
:
V
, target
:
null
|
View
)
:
void
Parameters
view:
V
target:
null
|
View
Returns
void
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
Bind
Super
Fastener
did
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
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
Detach
View
did
Detach
View
(
view
:
V
)
:
void
Parameters
view:
V
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
Inherit
did
Inherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
did
Long
Press
did
Long
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
Returns
void
Optional
did
Mount
did
Mount
(
)
:
void
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
Set
Affinity
did
Set
Affinity
(
newAffinity
:
number
, oldAffinity
:
number
)
:
void
Parameters
newAffinity:
number
oldAffinity:
number
Returns
void
Optional
did
Set
Inherits
did
Set
Inherits
(
inherits
:
boolean
, superName
:
undefined
|
string
)
:
void
Parameters
inherits:
boolean
superName:
undefined
|
string
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
did
Unbind
Super
Fastener
did
Unbind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
did
Uninherit
did
Uninherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
did
Unmount
did
Unmount
(
)
:
void
Returns
void
Optional
getXScale
getXScale
(
)
:
null
|
ContinuousScale
<
X
,
number
>
Returns
null
|
ContinuousScale
<
X
,
number
>
Optional
getYScale
getYScale
(
)
:
null
|
ContinuousScale
<
Y
,
number
>
Returns
null
|
ContinuousScale
<
Y
,
number
>
Optional
init
init
(
)
:
void
Returns
void
Optional
setXScale
setXScale
(
xScale
:
null
|
ContinuousScale
<
X
,
number
>
, timing
?:
boolean
|
AnyTiming
)
:
void
Parameters
xScale:
null
|
ContinuousScale
<
X
,
number
>
Optional
timing:
boolean
|
AnyTiming
Returns
void
Optional
setYScale
setYScale
(
yScale
:
null
|
ContinuousScale
<
Y
,
number
>
, timing
?:
boolean
|
AnyTiming
)
:
void
Parameters
yScale:
null
|
ContinuousScale
<
Y
,
number
>
Optional
timing:
boolean
|
AnyTiming
Returns
void
Optional
will
Attach
View
will
Attach
View
(
view
:
V
, target
:
null
|
View
)
:
void
Parameters
view:
V
target:
null
|
View
Returns
void
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
Bind
Super
Fastener
will
Bind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
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
Detach
View
will
Detach
View
(
view
:
V
)
:
void
Parameters
view:
V
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
Inherit
will
Inherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
will
Long
Press
will
Long
Press
(
input
:
ScaleGestureInput
<
X
,
Y
>
)
:
void
Parameters
input:
ScaleGestureInput
<
X
,
Y
>
Returns
void
Optional
will
Mount
will
Mount
(
)
:
void
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
Set
Affinity
will
Set
Affinity
(
newAffinity
:
number
, oldAffinity
:
number
)
:
void
Parameters
newAffinity:
number
oldAffinity:
number
Returns
void
Optional
will
Set
Inherits
will
Set
Inherits
(
inherits
:
boolean
, superName
:
undefined
|
string
)
:
void
Parameters
inherits:
boolean
superName:
undefined
|
string
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
will
Unbind
Super
Fastener
will
Unbind
Super
Fastener
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
will
Uninherit
will
Uninherit
(
superFastener
:
Fastener
<
unknown
>
)
:
void
Parameters
superFastener:
Fastener
<
unknown
>
Returns
void
Optional
will
Unmount
will
Unmount
(
)
:
void
Returns
void
Modules
@swim/runtime
@swim/toolkit
@swim/ui
@swim/model
@swim/style
@swim/theme
@swim/view
@swim/dom
@swim/graphics
@swim/controller
@swim/ux
@swim/vis
@swim/maps
Scale
Gesture
Init
acceleration
affinity
binds
distance
Min
extends
hysteresis
inherits
key
lazy
method
name
observes
preserve
Aspect
Ratio
self
static
velocity
Max
wheel
detect
View
did
Attach
View
did
Begin
Coast
did
Begin
Hover
did
Begin
Press
did
Bind
Super
Fastener
did
Cancel
Press
did
Coast
did
Detach
View
did
End
Coast
did
End
Hover
did
End
Press
did
Inherit
did
Long
Press
did
Mount
did
Move
Press
did
Press
did
Set
Affinity
did
Set
Inherits
did
Start
Coasting
did
Start
Hovering
did
Start
Interacting
did
Start
Pressing
did
Stop
Coasting
did
Stop
Hovering
did
Stop
Interacting
did
Stop
Pressing
did
Unbind
Super
Fastener
did
Uninherit
did
Unmount
getXScale
getYScale
init
setXScale
setYScale
will
Attach
View
will
Begin
Coast
will
Begin
Hover
will
Begin
Press
will
Bind
Super
Fastener
will
Cancel
Press
will
Coast
will
Detach
View
will
End
Coast
will
End
Hover
will
End
Press
will
Inherit
will
Long
Press
will
Mount
will
Move
Press
will
Press
will
Set
Affinity
will
Set
Inherits
will
Start
Coasting
will
Start
Hovering
will
Start
Interacting
will
Start
Pressing
will
Stop
Coasting
will
Stop
Hovering
will
Stop
Interacting
will
Stop
Pressing
will
Unbind
Super
Fastener
will
Uninherit
will
Unmount
Generated using
TypeDoc