public class EnhancedImage extends Object
| Constructor and Description |
|---|
EnhancedImage(String imageUrl)
Build an enhanced image from a url.
|
EnhancedImage(String url,
String titleToShow,
String toolTipToShow)
Build an enhanced image from an image but allows to customize the title of the image and its tooltip.
|
EnhancedImage(String url,
String titleToShow,
String toolTipToShow,
String downloadUrl)
Build an enhanced image from an image but allows to customize the other properties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadUrl() |
String |
getImageUrl() |
Orientation |
getOrientation() |
String |
getTitleToShow() |
String |
getToolTipToShow() |
void |
setDownloadUrl(String downloadUrl) |
void |
setOrientation(Orientation orientation) |
void |
setTitleToShow(String titleToShow) |
void |
setToolTipToShow(String toolTipToShow) |
String |
toString() |
public EnhancedImage(String imageUrl)
imageUrl - the url of the image.public EnhancedImage(String url, String titleToShow, String toolTipToShow)
image - titleToShow - toolTipToShow - public String getTitleToShow()
public void setTitleToShow(String titleToShow)
public String getToolTipToShow()
public void setToolTipToShow(String toolTipToShow)
public String getImageUrl()
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public Orientation getOrientation()
public void setOrientation(Orientation orientation)
orientation - the orientation to setCopyright © 2016. All Rights Reserved.