MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe Abstract_Renderer
Diagrama de heranças da classe Abstract_Renderer
Block_Renderer Image_Renderer Inline_Renderer List_Bullet_Renderer Renderer Text_Renderer Table_Cell_Renderer

Membros públicos

 __construct (DOMPDF $dompdf)
 
 render (Frame $frame)
 

Membros protegidos

 _background_image ($url, $x, $y, $width, $height, $style)
 
 _border_none ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _border_dotted ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _border_dashed ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _border_solid ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _border_double ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _border_groove ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _border_ridge ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _tint ($c)
 
 _shade ($c)
 
 _border_inset ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 
 _border_outset ($x, $y, $length, $color, $widths, $side, $corner_style="bevel")
 

Atributos Protegidos

 $_canvas
 
 $_dompdf
 

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( DOMPDF $dompdf)

Class constructor

Parâmetros
DOMPDF$dompdfThe current dompdf instance

Documentação das funções

◆ _background_image()

_background_image ( $url,
$x,
$y,
$width,
$height,
$style )
protected

Render a background image over a rectangular area

Parâmetros
string$imgThe background image to load
float$xThe left edge of the rectangular area
float$yThe top edge of the rectangular area
float$widthThe width of the rectangular area
float$heightThe height of the rectangular area
Style$styleThe associated Style object

◆ _border_dashed()

_border_dashed ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_dotted()

_border_dotted ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_double()

_border_double ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_groove()

_border_groove ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_inset()

_border_inset ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_none()

_border_none ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_outset()

_border_outset ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_ridge()

_border_ridge ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _border_solid()

_border_solid ( $x,
$y,
$length,
$color,
$widths,
$side,
$corner_style = "bevel" )
protected

◆ _shade()

_shade ( $c)
protected

◆ _tint()

_tint ( $c)
protected

◆ render()

render ( Frame $frame)
abstract

Render a frame.

Specialized in child classes

Parâmetros
Frame$frameThe frame to render

Reimplementado em Block_Renderer, Image_Renderer, Inline_Renderer, List_Bullet_Renderer, Renderer, Table_Cell_Renderer e Text_Renderer.

Documentação dos campos e atributos

◆ $_canvas

$_canvas
protected

◆ $_dompdf

$_dompdf
protected

A documentação para esta classe foi gerada a partir do seguinte ficheiro: