NextApp Echo3
v3.0.b4

nextapp.echo.app.serial.property
Interface ImageReferencePeer

All Superinterfaces:
SerialPropertyPeer

public interface ImageReferencePeer
extends SerialPropertyPeer

Additional interface for ImageReference SerialPropertyPeers. This interface is necessary for objects such as FillImagePeer in order to compactly render images.


Method Summary
 java.lang.String getImageUrl(Context context, ImageReference imageReference)
          Returns the URI of an image.
 
Methods inherited from interface nextapp.echo.app.serial.SerialPropertyPeer
toProperty, toXml
 

Method Detail

getImageUrl

java.lang.String getImageUrl(Context context,
                             ImageReference imageReference)
                             throws SerialException
Returns the URI of an image.

Parameters:
context - the relevant Context
imageReference - the ImageReference to be rendered
Returns:
the URI of the image
Throws:
SerialException

NextApp Echo3
v3.0.b4