Interface EmbedImage
-
public interface EmbedImageThis interface represents an embed image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()Gets the height of the image.URLgetProxyUrl()Gets the proxy url of the image.URLgetUrl()Gets the url of the image.intgetWidth()Gets the width of the image.
-
-
-
Method Detail
-
getUrl
URL getUrl()
Gets the url of the image.- Returns:
- The url of the image.
-
getProxyUrl
URL getProxyUrl()
Gets the proxy url of the image.- Returns:
- The proxy url of the image.
-
getHeight
int getHeight()
Gets the height of the image.- Returns:
- The height of the image.
-
getWidth
int getWidth()
Gets the width of the image.- Returns:
- The width of the image.
-
-