Abstract Class Zend_Pdf_Image

Description

Image abstraction.

Class is named not in accordance to the name convention. It's "end-user" class, but its ancestor is not. Thus part of the common class name is removed.

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

Located in /Zend/Pdf/Resource/Image.php (line 48)

Zend_Pdf_Resource
   |
   --Zend_Pdf_Image
Direct descendents
Class Description
 class Zend_Pdf_Image_JPEG JPEG image
 class Zend_Pdf_Image_PNG PNG image
 class Zend_Pdf_Image_TIFF TIFF image
Method Summary
 Zend_Pdf_Image __construct ()
 integer getPixelHeight ()
 integer getPixelWidth ()
 array getProperties ()
Variables
Methods
Constructor __construct (line 53)

Object constructor.

  • access: public
Zend_Pdf_Image __construct ()

Redefinition of:
Zend_Pdf_Resource::__construct()
Object constructor.

Redefined in descendants as:
getPixelHeight (line 65)

get the height in pixels of the image

  • access: public
  • abstract:
integer getPixelHeight ()

Redefined in descendants as:
getPixelWidth (line 72)

get the width in pixels of the image

  • access: public
  • abstract:
integer getPixelWidth ()

Redefined in descendants as:
getProperties (line 79)

gets an associative array of information about an image

  • access: public
  • abstract:
array getProperties ()

Redefined in descendants as:

Inherited Methods

Inherited From Zend_Pdf_Resource

 Zend_Pdf_Resource::__construct()
 Zend_Pdf_Resource::getResource()

Documentation generated on Thu, 18 Jan 2007 09:55:28 -0800 by phpDocumentor 1.3.1