Class Picasa_Thumbnail

Description

Represents the simplest form of an image. Contains attributes not specific to Picasa but global to images of all types.

  • author: Cameron Hinkle
  • version: Version 3.0
  • copyright: Copyright (c) 2007 Cameron Hinkle
  • since: Version 3.2
  • license: GNU Public License Version 3

Located in /Picasa/Thumbnail.php (line 17)


	
			
Variable Summary
string $height
string $url
array $width
Method Summary
Picasa_Thumbnail __construct (string $url, int $width, int $height)
string getHeight ()
string getUrl ()
string getWidth ()
void setHeight (string $height)
void setUrl (string $url)
void setWidth (string $width)
string __toString ()
Variables
string $height (line 33)

The height of the thumbnail.

  • access: private
string $url (line 41)

The location of the image.

  • access: private
array $width (line 24)

The width of the thumbnail.

  • access: private
Methods
Constructor __construct (line 101)

Constructs a Thumbnail object.

  • access: public
Picasa_Thumbnail __construct (string $url, int $width, int $height)
  • string $url: The location of the image.
  • int $width: The width of the image.
  • int $height: The height of the image.
getHeight (line 55)
  • access: public
string getHeight ()
getUrl (line 63)
  • access: public
string getUrl ()
getWidth (line 47)
  • access: public
string getWidth ()
setHeight (line 81)
  • access: public
void setHeight (string $height)
  • string $height
setUrl (line 90)
  • access: public
void setUrl (string $url)
  • string $url
setWidth (line 72)
  • access: public
void setWidth (string $width)
  • string $width
__toString (line 112)

Constructs a textual representation of the current instantiation.

  • access: public
string __toString ()

Documentation generated on Tue, 02 Jun 2009 14:51:53 -0700 by phpDocumentor 1.4.1