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 ImageTypeImageInfo.ImageInfoBuilder. imageTypeprivate ImageTypeImageInfo. imageTypeMethods in org.apache.xmlgraphics.image.codec.tiff that return ImageType Modifier and Type Method Description (package private) ImageTypeImageInfo. getType()(package private) static ImageTypeImageType. getTypeFromColorSpace(java.awt.color.ColorSpace colorSpace, TIFFEncodeParam params)(package private) static ImageTypeImageType. getTypeFromRGB(int mapSize, byte[] r, byte[] g, byte[] b, int dataTypeSize, int numBands)static ImageTypeImageType. 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 intImageInfo. getNumberOfExtraSamplesForColorSpace(java.awt.color.ColorSpace colorSpace, ImageType imageType, int numBands)
-