public interface Asset
Modifier and Type | Method and Description |
---|---|
int |
getAssetHeight()
Get the asset height.
|
java.lang.String |
getAssetUri()
This returns the uri of the asset.
|
int |
getAssetWidth()
Get the asset width.
|
java.lang.String |
getContentType()
Get content type string.
|
Bitmap |
getPrintableBitmap()
This method is used to get the bitmap from the asset.
|
Bitmap getPrintableBitmap()
java.lang.String getAssetUri()
int getAssetWidth()
int getAssetHeight()
java.lang.String getContentType()