Abstract Class Zend_Pdf_Resource_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.

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

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

Zend_Pdf_Resource
   |
   --Zend_Pdf_Resource_Image
Direct descendents
Method Summary
 Zend_Pdf_Resource_Image __construct ()
 integer getPixelHeight ()
 integer getPixelWidth ()
 array getProperties ()
Variables
Methods
Constructor __construct (line 53)

Object constructor.

  • access: public
Zend_Pdf_Resource_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

  • abstract:
  • access: public
integer getPixelHeight ()

Redefined in descendants as:
getPixelWidth (line 72)

get the width in pixels of the image

  • abstract:
  • access: public
integer getPixelWidth ()

Redefined in descendants as:
getProperties (line 79)

gets an associative array of information about an image

  • abstract:
  • access: public
array getProperties ()

Redefined in descendants as:

Inherited Methods

Inherited From Zend_Pdf_Resource

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

Documentation generated on Sun, 27 May 2007 23:24:47 -0700 by phpDocumentor 1.3.2