Class: NullPathStream
Defined in: src/sdk/graphics/path/PathStream.ts:64
A path stream which does nothing on any input.
Implements
Constructors
Constructor
new NullPathStream():
NullPathStream
Returns
NullPathStream
Properties
INSTANCE
readonly
static
INSTANCE:NullPathStream
Defined in: src/sdk/graphics/path/PathStream.ts:66
An instance of a NullPathStream.
Methods
arc()
arc():
void
Defined in: src/sdk/graphics/path/PathStream.ts:106
Does nothing.
Returns
void
Implementation of
beginPath()
beginPath():
void
Defined in: src/sdk/graphics/path/PathStream.ts:71
Does nothing.
Returns
void
Implementation of
bezierCurveTo()
bezierCurveTo():
void
Defined in: src/sdk/graphics/path/PathStream.ts:92
Does nothing.
Returns
void
Implementation of
closePath()
closePath():
void
Defined in: src/sdk/graphics/path/PathStream.ts:113
Does nothing.
Returns
void
Implementation of
lineTo()
lineTo():
void
Defined in: src/sdk/graphics/path/PathStream.ts:85
Does nothing.
Returns
void
Implementation of
moveTo()
moveTo():
void
Defined in: src/sdk/graphics/path/PathStream.ts:78
Does nothing.
Returns
void
Implementation of
quadraticCurveTo()
quadraticCurveTo():
void
Defined in: src/sdk/graphics/path/PathStream.ts:99
Does nothing.
Returns
void