Pdf/Color/Html.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Pdf  
Version
$Id$  

\Zend_Pdf_Color_Html

Package: Zend_Pdf
HTML color implementation
Factory class which vends Zend_Pdf_Color objects from typical HTML representations.
Parent(s)
\Zend_Pdf_Color
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprivate\Zend_Pdf_Color $_color
Color
Details
Type
\Zend_Pdf_Color

Methods

methodpublic__construct(mixed $color) : void

Class constructor.

Parameters
NameTypeDescription
$colormixed
Throws
ExceptionDescription
\Zend_Pdf_Exception
methodpubliccolor(string $color) : \Zend_Pdf_Color
static

Creates a Zend_Pdf_Color object from the HTML representation.

Parameters
NameTypeDescription
$colorstring

May either be a hexidecimal number of the form #rrggbb or one of the 140 well-known names (black, white, blue, etc.)

Returns
TypeDescription
\Zend_Pdf_Color
methodpublicgetComponents() : array

Get color components (color space dependent)

Returns
TypeDescription
array
methodpublicinstructions(boolean $stroking) : string

Instructions, which can be directly inserted into content stream to switch color.

Color set instructions differ for stroking and nonstroking operations.
Parameters
NameTypeDescription
$strokingboolean
Returns
TypeDescription
string
methodpublicnamedColor(string $color) : \Zend_Pdf_Color
static

Creates a Zend_Pdf_Color object from the named color.

Parameters
NameTypeDescription
$colorstring

One of the 140 well-known color names (black, white, blue, etc.)

Returns
TypeDescription
\Zend_Pdf_Color
Documentation was generated by phpDocumentor 2.2.0 .