Abstract Class Zend_Pdf_Color

Description

PDF provides a powerfull facilities for specifying the colors of graphics objects.

This class encapsulates color behaviour.

Some colors interact with PDF document (create additional objects in a PDF), others don't do it. That is defined in a subclasses.

  • abstract:
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Pdf/Color.php (line 32)


	
			
Direct descendents
Class Description
 class Zend_Pdf_Color_Cmyk CMYK color implementation
 class Zend_Pdf_Color_GrayScale GrayScale color implementation
 class Zend_Pdf_Color_Html HTML color implementation
 class Zend_Pdf_Color_Rgb RGB color implementation
Method Summary
 string instructions (boolean $stroking)
Methods
instructions (line 42)

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

Color set instructions differ for stroking and nonstroking operations.

  • access: public
  • abstract:
string instructions (boolean $stroking)
  • boolean $stroking

Redefined in descendants as:

Documentation generated on Fri, 06 Apr 2007 18:16:19 -0700 by phpDocumentor 1.3.1