Class VirageDocumentImages

Description

Encloses a The images of a virage document

Located in /VirageDocumentImages.class.php (line 6)


	
			
Variable Summary
Method Summary
void setLargeImageContent (string $content)
void setLargeImageMSecTime (string $time)
void setSmallImageContent (string $content)
void setSmallImageMSecTime (string $time)
Variables
int $document_id (line 12)

The document identifier

  • access: public
string[] $largeImageContent (line 18)

The large image content (base64 encoded)

  • access: public
int[] $largeImageMSegTime (line 24)

The large image MSec time

  • access: public
string[] $smallImageContent (line 30)

The small image content (base64 encoded)

  • access: public
int[] $smallImageMSegTime (line 36)

The small image MSec time

  • access: public
Methods
getLargeImageContent (line 96)

Gets the large images content

  • access: public
string getLargeImageContent ()
getLargeImageMSecTime (line 52)

Gets the large images MSec time

  • access: public
string getLargeImageMSecTime ()
getSmallImageContent (line 118)

Gets the small images content

  • access: public
string getSmallImageContent ()
getSmallImageMSecTime (line 74)

Gets the small images MSec time

  • access: public
string getSmallImageMSecTime ()
setLargeImageContent (line 87)

Sets the large images content time from an string (! delimiter)

  • access: public
void setLargeImageContent (string $content)
  • string $content: The content of the image
setLargeImageMSecTime (line 43)

Sets the large images MSec time from an string (space delimiter)

  • access: public
void setLargeImageMSecTime (string $time)
  • string $time: The sound time
setSmallImageContent (line 109)

Sets the small images content time from an string (! delimiter)

  • access: public
void setSmallImageContent (string $content)
  • string $content: The content of the image
setSmallImageMSecTime (line 65)

Sets the small images MSec time from an string (space delimiter)

  • access: public
void setSmallImageMSecTime (string $time)
  • string $time: The sound time

Documentation generated on Thu, 10 Dec 2009 15:21:57 +0100 by phpDocumentor 1.4.1