Image

public final class Image extends Object

An object representing an image.

Nested Class Summary

class Image.Builder Builder class for Image

Public Method Summary

Optional<String>
getAccessibilityText()
Returns the accessibility text of the image.
int
getImageCropType()
Returns crop type of the provided image.
int
getImageHeightInPixel()
Returns the height of the image.
int
getImageTheme()
Returns the theme of the image.
Uri
getImageUri()
Returns the url of the image.
int
getImageWidthInPixel()
Returns the width of the image.

Inherited Method Summary

Public Methods

public Optional<String> getAccessibilityText ()

Returns the accessibility text of the image.

public int getImageCropType ()

Returns crop type of the provided image.

public int getImageHeightInPixel ()

Returns the height of the image.

public int getImageTheme ()

Returns the theme of the image.

public Uri getImageUri ()

Returns the url of the image.

public int getImageWidthInPixel ()

Returns the width of the image.