Uses of Enum
org.apache.commons.imaging.formats.tiff.TiffRasterDataType
Packages that use TiffRasterDataType
Package
Description
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
-
Uses of TiffRasterDataType in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return TiffRasterDataTypeModifier and TypeMethodDescriptionabstract TiffRasterDataType
TiffRasterData.getDataType()
Gets the raster data type from the instance.TiffRasterDataFloat.getDataType()
Gets the raster data type from the instance.TiffRasterDataInt.getDataType()
Gets the raster data type from the instance.static TiffRasterDataType
Returns the enum constant of this type with the specified name.static TiffRasterDataType[]
TiffRasterDataType.values()
Returns an array containing the constants of this enum type, in the order they are declared.