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 Thu, 18 Jan 2007 09:52:32 -0800 by phpDocumentor 1.3.1