Echo.Sync
ImageReference
Class Hierarchy:

Provides tools for rendering image properties.

Class Method Summary
Public getUrl()
Returns the URL of an image reference object.
Public renderImg()
Renders an image reference object to an IMG element.

Class Method Detail
getUrl
Returns the URL of an image reference object.
Parameters:
imageReference (#ImageReference) - the image reference (may be null)
Returns:
(String) the URL

renderImg
Renders an image reference object to an IMG element.
Parameters:
imageReference (#ImageReference) - the image reference
imgElement (Element) - the IMG element.