Uses of Enum Class
org.apache.xmlgraphics.image.codec.tiff.ImageType
Packages that use ImageType
-
Uses of ImageType in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as ImageTypeModifier and TypeFieldDescriptionprivate ImageType
ImageInfo.ImageInfoBuilder.imageType
private final ImageType
ImageInfo.imageType
Methods in org.apache.xmlgraphics.image.codec.tiff that return ImageTypeModifier and TypeMethodDescription(package private) ImageType
ImageInfo.getType()
(package private) static ImageType
ImageType.getTypeFromColorSpace
(ColorSpace colorSpace, TIFFEncodeParam params) (package private) static ImageType
ImageType.getTypeFromRGB
(int mapSize, byte[] r, byte[] g, byte[] b, int dataTypeSize, int numBands) static ImageType
Returns the enum constant of this class with the specified name.static ImageType[]
ImageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.xmlgraphics.image.codec.tiff with parameters of type ImageTypeModifier and TypeMethodDescriptionprivate static int
ImageInfo.getNumberOfExtraSamplesForColorSpace
(ColorSpace colorSpace, ImageType imageType, int numBands)