|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.map.popup.PopupMediaValue
com.esri.core.map.popup.PopupImageMediaValue
public class PopupImageMediaValue
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PopupImageMediaValue()
| Method Detail |
|---|
public String getSourceURL()
public void setSourceURL(String sourceURL)
sourceURL - The source URL of the imagepublic String getLinkURL()
public void setLinkURL(String linkURL)
linkURL - The link URL of the imagepublic PopupMediaValue.VALUE_TYPE getType()
PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.IMAGE;
getType in class PopupMediaValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||