ImageProperties

public abstract class ImageProperties extends Object

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

Public Method Summary

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

Inherited Method Summary

Public Methods

public abstract int getImageFormat ()

Gets the pixel format of the image.

public abstract int getStorageType ()

Gets the storage type of the image.