ImageProperties

  • ImageProperties is an abstract class that groups properties describing how an image is stored.

  • It includes methods to get the pixel format and the storage type of an image.

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.