ShadingType3
extends Shading
in package
Radial gradient shading (ShadingType 3) — ISO 32000-2 §8.7.4.5.4.
Table of Contents
Properties
- $antiAlias : bool|null
- $background : PdfArray|null
- $bbox : PdfArray|null
- $colorSpace : ColorSpace|PdfName|PdfArray
- $coords : PdfArray
- $domain : PdfArray|null
- $extend : PdfArray|null
- $function : PdfReference|PdfArray
- $generationNumber : int
- $objectNumber : int
Methods
- __construct() : mixed
- getShadingType() : int
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
- baseDictionary() : PdfDictionary
Properties
$antiAlias
public
bool|null
$antiAlias
= null
$background
public
PdfArray|null
$background
= null
$bbox
public
PdfArray|null
$bbox
= null
$colorSpace
public
ColorSpace|PdfName|PdfArray
$colorSpace
$coords
public
PdfArray
$coords
$domain
public
PdfArray|null
$domain
= null
$extend
public
PdfArray|null
$extend
= null
$function
public
PdfReference|PdfArray
$function
$generationNumber
public
int
$generationNumber
= 0
$objectNumber
public
int
$objectNumber
= 0
Methods
__construct()
public
__construct(ColorSpace|PdfName|PdfArray $colorSpace, PdfArray $coords, PdfReference|PdfArray $function) : mixed
Parameters
- $colorSpace : ColorSpace|PdfName|PdfArray
- $coords : PdfArray
- $function : PdfReference|PdfArray
getShadingType()
public
getShadingType() : int
Return values
inttoIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string
Return values
stringbaseDictionary()
protected
baseDictionary() : PdfDictionary