ImageProperties

public abstract class ImageProperties

Groups a set of properties to describe how an image is stored.

Public Methods

abstract int
getImageFormat()
Gets the pixel format of the image.
abstract int
getStorageType()
Gets the storage type of the image.
abstract int

Inherited Methods

Public Methods

public abstract int getImageFormat ()

Gets the pixel format of the image.

public abstract int getStorageType ()

Gets the storage type of the image.

public abstract int hashCode ()