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