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