iink-ts - v4.0.0
Preparing search index...
AbstractWriterManager
Class AbstractWriterManager
Abstract
Hierarchy (
View Summary
)
AbstractWriterManager
IIWriterManager
IWriterManager
Index
Constructors
constructor
Properties
canvas
current
Symbol?
detect
Gesture
grabber
Accessors
renderer
Methods
attach
continue
create
Current
Symbol
detach
end
start
update
Current
Symbol
Constructors
constructor
new
AbstractWriterManager
(
canvas
:
TInteractiveInkCanvas
|
InkCanvas
,
)
:
AbstractWriterManager
Parameters
canvas
:
TInteractiveInkCanvas
|
InkCanvas
Returns
AbstractWriterManager
Properties
canvas
canvas
:
TInteractiveInkCanvas
|
InkCanvas
Optional
current
Symbol
currentSymbol
?:
TSymbol
detect
Gesture
detectGesture
:
boolean
= true
grabber
grabber
:
PointerEventGrabber
Accessors
renderer
get
renderer
()
:
SVGRenderer
Returns
SVGRenderer
Methods
attach
attach
(
layer
:
HTMLElement
)
:
void
Parameters
layer
:
HTMLElement
Returns
void
continue
continue
(
info
:
TPointerInfo
)
:
void
Parameters
info
:
TPointerInfo
Returns
void
Protected
Abstract
create
Current
Symbol
createCurrentSymbol
(
pointer
:
TPointer
,
style
:
TStyle
,
pointerType
:
string
,
)
:
TSymbol
Parameters
pointer
:
TPointer
style
:
TStyle
pointerType
:
string
Returns
TSymbol
detach
detach
()
:
void
Returns
void
Abstract
end
end
(
info
:
TPointerInfo
)
:
Promise
<
void
>
Parameters
info
:
TPointerInfo
Returns
Promise
<
void
>
start
start
(
info
:
TPointerInfo
)
:
void
Parameters
info
:
TPointerInfo
Returns
void
Protected
Abstract
update
Current
Symbol
updateCurrentSymbol
(
pointer
:
TPointer
)
:
TSymbol
Parameters
pointer
:
TPointer
Returns
TSymbol
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
canvas
current
Symbol
detect
Gesture
grabber
Accessors
renderer
Methods
attach
continue
create
Current
Symbol
detach
end
start
update
Current
Symbol
iink-ts - v4.0.0
Loading...