215 public function clipCircle($x, $y, $radius, $startAngle =
null, $endAngle =
null);
234 public function clipEllipse($x1, $y1, $x2, $y2, $startAngle =
null, $endAngle =
null);
281 public function drawCircle($x, $y, $radius, $param4 =
null, $param5 =
null, $param6 =
null);
303 public function drawEllipse($x1, $y1, $x2, $y2, $param5 =
null, $param6 =
null, $param7 =
null);
338 public function drawLine($x1, $y1, $x2, $y2);
451 public function rotate($x, $y, $angle);
460 public function scale($xScale, $yScale);
469 public function translate($xShift, $yShift);
480 public function skew($x, $y, $xAngle, $yAngle);
const FILL_METHOD_NON_ZERO_WINDING
rawWrite($data, $procSet=null)
setStyle(Zend_Pdf_Style $style)
drawCanvas(Zend_Pdf_Canvas_Interface $canvas, $x1, $y1, $x2=null, $y2=null)
setFont(Zend_Pdf_Resource_Font $font, $fontSize)
drawLine($x1, $y1, $x2, $y2)
drawImage(Zend_Pdf_Resource_Image $image, $x1, $y1, $x2, $y2)
drawRectangle($x1, $y1, $x2, $y2, $fillType=Zend_Pdf_Page::SHAPE_DRAW_FILL_AND_STROKE)
drawEllipse($x1, $y1, $x2, $y2, $param5=null, $param6=null, $param7=null)
clipCircle($x, $y, $radius, $startAngle=null, $endAngle=null)
drawRoundedRectangle($x1, $y1, $x2, $y2, $radius, $fillType=Zend_Pdf_Page::SHAPE_DRAW_FILL_AND_STROKE)
translate($xShift, $yShift)
drawPolygon($x, $y, $fillType=Zend_Pdf_Page::SHAPE_DRAW_FILL_AND_STROKE, $fillMethod=Zend_Pdf_Page::FILL_METHOD_NON_ZERO_WINDING)
clipEllipse($x1, $y1, $x2, $y2, $startAngle=null, $endAngle=null)
setFillColor(Zend_Pdf_Color $color)
if($exist=($block->getProductCollection() && $block->getProductCollection() ->getSize())) $mode
drawLayoutBox($box, $x, $y)
setLineColor(Zend_Pdf_Color $color)
skew($x, $y, $xAngle, $yAngle)
drawText($text, $x, $y, $charEncoding='')
clipPolygon($x, $y, $fillMethod=Zend_Pdf_Page::FILL_METHOD_NON_ZERO_WINDING)
const SHAPE_DRAW_FILL_AND_STROKE
setAlpha($alpha, $mode='Normal')
drawCircle($x, $y, $radius, $param4=null, $param5=null, $param6=null)
setLineDashingPattern($pattern, $phase=0)
clipRectangle($x1, $y1, $x2, $y2)