setasign\SetaPDF2\Core\Canvas

Operators Abstract class for accessing canvas helper objects

File: /SetaPDF v2/Core/Canvas/Operators.php
Old class name (alias): \SetaPDF_Core_Canvas_Operators

Class hierarchy

Summary

Properties

$_canvas

The origin canvas object


Methods

__construct()

public Operators::__construct (
Canvas $canvas
)

The constructor.

Parameters
$canvas : Canvas
 

cleanUp()

public Operators::cleanUp (
void
): void

Release objects to free memory and cycled references.

After calling this method the instance of this object is unusable!

draw()

public Operators::draw (
void
): Draw

Get the draw helper.

markedContent()

Get the marked content helper.

path()

public Operators::path (
void
): Path

Get the path helper.

text()

public Operators::text (
void
): Text

Get the text helper.