Skip to main content

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

PathStream.arc


beginPath()

beginPath(): void

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

Does nothing.

Returns

void

Implementation of

PathStream.beginPath


bezierCurveTo()

bezierCurveTo(): void

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

Does nothing.

Returns

void

Implementation of

PathStream.bezierCurveTo


closePath()

closePath(): void

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

Does nothing.

Returns

void

Implementation of

PathStream.closePath


lineTo()

lineTo(): void

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

Does nothing.

Returns

void

Implementation of

PathStream.lineTo


moveTo()

moveTo(): void

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

Does nothing.

Returns

void

Implementation of

PathStream.moveTo


quadraticCurveTo()

quadraticCurveTo(): void

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

Does nothing.

Returns

void

Implementation of

PathStream.quadraticCurveTo