Zend Framework  1.12
Zend_Pdf_Canvas_Interface Member List

This is the complete list of members for Zend_Pdf_Canvas_Interface, including all inherited members.

clipCircle($x, $y, $radius, $startAngle=null, $endAngle=null)Zend_Pdf_Canvas_Interface
clipEllipse($x1, $y1, $x2, $y2, $startAngle=null, $endAngle=null)Zend_Pdf_Canvas_Interface
clipPolygon($x, $y, $fillMethod=Zend_Pdf_Page::FILL_METHOD_NON_ZERO_WINDING)Zend_Pdf_Canvas_Interface
clipRectangle($x1, $y1, $x2, $y2)Zend_Pdf_Canvas_Interface
drawCanvas(Zend_Pdf_Canvas_Interface $canvas, $x1, $y1, $x2=null, $y2=null)Zend_Pdf_Canvas_Interface
drawCircle($x, $y, $radius, $param4=null, $param5=null, $param6=null)Zend_Pdf_Canvas_Interface
drawEllipse($x1, $y1, $x2, $y2, $param5=null, $param6=null, $param7=null)Zend_Pdf_Canvas_Interface
drawImage(Zend_Pdf_Resource_Image $image, $x1, $y1, $x2, $y2)Zend_Pdf_Canvas_Interface
drawLayoutBox($box, $x, $y)Zend_Pdf_Canvas_Interface
drawLine($x1, $y1, $x2, $y2)Zend_Pdf_Canvas_Interface
drawPolygon($x, $y, $fillType=Zend_Pdf_Page::SHAPE_DRAW_FILL_AND_STROKE, $fillMethod=Zend_Pdf_Page::FILL_METHOD_NON_ZERO_WINDING)Zend_Pdf_Canvas_Interface
drawRectangle($x1, $y1, $x2, $y2, $fillType=Zend_Pdf_Page::SHAPE_DRAW_FILL_AND_STROKE)Zend_Pdf_Canvas_Interface
drawRoundedRectangle($x1, $y1, $x2, $y2, $radius, $fillType=Zend_Pdf_Page::SHAPE_DRAW_FILL_AND_STROKE)Zend_Pdf_Canvas_Interface
drawText($text, $x, $y, $charEncoding= '')Zend_Pdf_Canvas_Interface
getContents()Zend_Pdf_Canvas_Interface
getFont()Zend_Pdf_Canvas_Interface
getFontSize()Zend_Pdf_Canvas_Interface
getHeight()Zend_Pdf_Canvas_Interface
getResources()Zend_Pdf_Canvas_Interface
getStyle()Zend_Pdf_Canvas_Interface
getWidth()Zend_Pdf_Canvas_Interface
pathClose()Zend_Pdf_Canvas_Interface
pathLine($x, $y)Zend_Pdf_Canvas_Interface
pathMove($x, $y)Zend_Pdf_Canvas_Interface
rawWrite($data, $procSet=null)Zend_Pdf_Canvas_Interface
rotate($x, $y, $angle)Zend_Pdf_Canvas_Interface
saveGS()Zend_Pdf_Canvas_Interface
scale($xScale, $yScale)Zend_Pdf_Canvas_Interface
setAlpha($alpha, $mode= 'Normal')Zend_Pdf_Canvas_Interface
setFillColor(Zend_Pdf_Color $color)Zend_Pdf_Canvas_Interface
setFont(Zend_Pdf_Resource_Font $font, $fontSize)Zend_Pdf_Canvas_Interface
setLineColor(Zend_Pdf_Color $color)Zend_Pdf_Canvas_Interface
setLineDashingPattern($pattern, $phase=0)Zend_Pdf_Canvas_Interface
setLineWidth($width)Zend_Pdf_Canvas_Interface
setStyle(Zend_Pdf_Style $style)Zend_Pdf_Canvas_Interface
skew($x, $y, $xAngle, $yAngle)Zend_Pdf_Canvas_Interface
translate($xShift, $yShift)Zend_Pdf_Canvas_Interface