Uses of Enum
org.apache.commons.imaging.ImageInfo.ColorType
Packages that use ImageInfo.ColorType
Package
Description
The main package for Apache Commons Imaging.
The PNG image format.
The PNM image format family.
-
Uses of ImageInfo.ColorType in org.apache.commons.imaging
Fields in org.apache.commons.imaging declared as ImageInfo.ColorTypeMethods in org.apache.commons.imaging that return ImageInfo.ColorTypeModifier and TypeMethodDescriptionImageInfo.getColorType()
Returns theImageInfo.ColorType
of the image.static ImageInfo.ColorType
Returns the enum constant of this type with the specified name.static ImageInfo.ColorType[]
ImageInfo.ColorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.imaging with parameters of type ImageInfo.ColorTypeModifierConstructorDescriptionImageInfo
(String formatDetails, int bitsPerPixel, List<String> comments, ImageFormat format, String formatName, int height, String mimeType, int numberOfImages, int physicalHeightDpi, float physicalHeightInch, int physicalWidthDpi, float physicalWidthInch, int width, boolean progressive, boolean transparent, boolean usesPalette, ImageInfo.ColorType colorType, ImageInfo.CompressionAlgorithm compressionAlgorithm) -
Uses of ImageInfo.ColorType in org.apache.commons.imaging.formats.png
Constructors in org.apache.commons.imaging.formats.png with parameters of type ImageInfo.ColorTypeModifierConstructorDescription(package private)
PngImageInfo
(String formatDetails, int bitsPerPixel, List<String> comments, ImageFormat format, String formatName, int height, String mimeType, int numberOfImages, int physicalHeightDpi, float physicalHeightInch, int physicalWidthDpi, float physicalWidthInch, int width, boolean progressive, boolean transparent, boolean usesPalette, ImageInfo.ColorType colorType, ImageInfo.CompressionAlgorithm compressionAlgorithm, List<PngText> textChunks, PhysicalScale physicalScale) -
Uses of ImageInfo.ColorType in org.apache.commons.imaging.formats.pnm
Fields in org.apache.commons.imaging.formats.pnm declared as ImageInfo.ColorTypeModifier and TypeFieldDescriptionprivate final ImageInfo.ColorType
PamFileInfo.GrayscaleTupleReader.colorType
Methods in org.apache.commons.imaging.formats.pnm that return ImageInfo.ColorTypeModifier and TypeMethodDescription(package private) abstract ImageInfo.ColorType
FileInfo.getColorType()
PamFileInfo.ColorTupleReader.getColorType()
PamFileInfo.getColorType()
PamFileInfo.GrayscaleTupleReader.getColorType()
abstract ImageInfo.ColorType
PamFileInfo.TupleReader.getColorType()
PbmFileInfo.getColorType()
PgmFileInfo.getColorType()
PpmFileInfo.getColorType()
Constructors in org.apache.commons.imaging.formats.pnm with parameters of type ImageInfo.ColorTypeModifierConstructorDescription(package private)
GrayscaleTupleReader
(ImageInfo.ColorType colorType)