Skip to main content

Class: NullPathStream

A path stream which does nothing on any input.

Implements

Constructors

constructor

new NullPathStream(): NullPathStream

Returns

NullPathStream

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

PathStream.arc

Defined in

src/sdk/graphics/path/PathStream.ts:106


beginPath

beginPath(): void

Does nothing.

Returns

void

Implementation of

PathStream.beginPath

Defined in

src/sdk/graphics/path/PathStream.ts:71


bezierCurveTo

bezierCurveTo(): void

Does nothing.

Returns

void

Implementation of

PathStream.bezierCurveTo

Defined in

src/sdk/graphics/path/PathStream.ts:92


closePath

closePath(): void

Does nothing.

Returns

void

Implementation of

PathStream.closePath

Defined in

src/sdk/graphics/path/PathStream.ts:113


lineTo

lineTo(): void

Does nothing.

Returns

void

Implementation of

PathStream.lineTo

Defined in

src/sdk/graphics/path/PathStream.ts:85


moveTo

moveTo(): void

Does nothing.

Returns

void

Implementation of

PathStream.moveTo

Defined in

src/sdk/graphics/path/PathStream.ts:78


quadraticCurveTo

quadraticCurveTo(): void

Does nothing.

Returns

void

Implementation of

PathStream.quadraticCurveTo

Defined in

src/sdk/graphics/path/PathStream.ts:99