| java.lang.Object | ||
| ↳ | com.esri.core.map.popup.PopupMediaValue | |
| ↳ | com.esri.core.map.popup.PopupImageMediaValue | |
The PopupImageMediaValue class extends PopupMediaValue and represents the image type of media.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PopupImageMediaValue() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object obj) | ||||||||||
| 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 IMAGE; | ||||||||||
| int | hashCode() | ||||||||||
| void |
setLinkURL(String linkURL)
Sets the link URL of this image media.
| ||||||||||
| void |
setSourceURL(String sourceURL)
Sets the source URL of this image media.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.core.map.popup.PopupMediaValue
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns the PopupMediaValue.VALUE_TYPE, in this case IMAGE;
Sets the link URL of this image media.
| linkURL | The link URL of the image |
|---|
Sets the source URL of this image media.
| sourceURL | The source URL of the image |
|---|