Uses of Class
org.apache.xmlgraphics.image.codec.tiff.ImageType
-
Packages that use ImageType Package Description org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. -
-
Uses of ImageType in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as ImageType Modifier and Type Field Description private ImageType
ImageInfo.ImageInfoBuilder. imageType
private ImageType
ImageInfo. imageType
Methods in org.apache.xmlgraphics.image.codec.tiff that return ImageType Modifier and Type Method Description (package private) ImageType
ImageInfo. getType()
(package private) static ImageType
ImageType. getTypeFromColorSpace(java.awt.color.ColorSpace colorSpace, TIFFEncodeParam params)
(package private) static ImageType
ImageType. getTypeFromRGB(int mapSize, byte[] r, byte[] g, byte[] b, int dataTypeSize, int numBands)
static ImageType
ImageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImageType[]
ImageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xmlgraphics.image.codec.tiff with parameters of type ImageType Modifier and Type Method Description private static int
ImageInfo. getNumberOfExtraSamplesForColorSpace(java.awt.color.ColorSpace colorSpace, ImageType imageType, int numBands)
-