SetaPDF_Core_Canvas_Operators Abstract class for accessing canvas helper objects

File: /SetaPDF v2/Core/Canvas/Operators.php

Class hierarchy

Summary

Properties

$_canvas

The origin canvas object


Methods

__construct()

The constructor.

Parameters
$canvas : SetaPDF_Core_Canvas
 

cleanUp()

public SetaPDF_Core_Canvas_Operators::cleanUp (
void
): void

Release objects to free memory and cycled references.

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

draw()

Get the draw helper.

path()

Get the path helper.

text()

Get the text helper.