com.esri.core.map.popup
Class PopupImageMediaValue

java.lang.Object
  extended by com.esri.core.map.popup.PopupMediaValue
      extended by com.esri.core.map.popup.PopupImageMediaValue

public class PopupImageMediaValue
extends PopupMediaValue

The PopupImageMediaValue class extends PopupMediaValue and represents the image type of media.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.esri.core.map.popup.PopupMediaValue
PopupMediaValue.VALUE_TYPE
 
Constructor Summary
PopupImageMediaValue()
           
 
Method Summary
 String getLinkURL()
          Returns the link URL of this image media.
 String getSourceURL()
          Returns the source URL of this image media.
 PopupMediaValue.VALUE_TYPE getType()
          Returns the PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.IMAGE;
 void setLinkURL(String linkURL)
          Sets the link URL of this image media.
 void setSourceURL(String sourceURL)
          Sets the source URL of this image media.
 
Methods inherited from class com.esri.core.map.popup.PopupMediaValue
fromJson
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupImageMediaValue

public PopupImageMediaValue()
Method Detail

getSourceURL

public String getSourceURL()
Returns the source URL of this image media.

Returns:
sourceURL

setSourceURL

public void setSourceURL(String sourceURL)
Sets the source URL of this image media.

Parameters:
sourceURL - The source URL of the image

getLinkURL

public String getLinkURL()
Returns the link URL of this image media.

Returns:
linkURL

setLinkURL

public void setLinkURL(String linkURL)
Sets the link URL of this image media.

Parameters:
linkURL - The link URL of the image

getType

public PopupMediaValue.VALUE_TYPE getType()
Returns the PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.IMAGE;

Specified by:
getType in class PopupMediaValue
Returns:
VALUE_TYPE.IMAGE


Copyright © 2012. All Rights Reserved.