Documentation

Escher
in package

Table of Contents

Properties

$data  : string
The written binary data.
$object  : Blip|BSE|BstoreContainer|DgContainer|DggContainer|Escher|SpContainer|SpgrContainer|Escher
The object we are writing.
$spOffsets  : array<string|int, mixed>
Shape offsets. Positions in binary stream where a new shape record begins.
$spTypes  : array<string|int, mixed>
Shape types.

Methods

__construct()  : mixed
Constructor.
close()  : string
Process the object to be written.
getSpOffsets()  : array<string|int, mixed>
Gets the shape offsets.
getSpTypes()  : array<string|int, mixed>
Gets the shape types.

Properties

$data

The written binary data.

private string $data

$spOffsets

Shape offsets. Positions in binary stream where a new shape record begins.

private array<string|int, mixed> $spOffsets

$spTypes

Shape types.

private array<string|int, mixed> $spTypes

Methods

close()

Process the object to be written.

public close() : string
Return values
string

getSpOffsets()

Gets the shape offsets.

public getSpOffsets() : array<string|int, mixed>
Return values
array<string|int, mixed>

getSpTypes()

Gets the shape types.

public getSpTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results