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 (Portable Network Graphics) image format.
The PNM image format family.
-
Uses of ImageInfo.ColorType in org.apache.commons.imaging
Subclasses with type arguments of type ImageInfo.ColorType in org.apache.commons.imagingFields in org.apache.commons.imaging declared as ImageInfo.ColorTypeMethods in org.apache.commons.imaging that return ImageInfo.ColorTypeModifier and TypeMethodDescriptionImageInfo.getColorType()Returns theImageInfo.ColorTypeof the image.static ImageInfo.ColorTypeReturns 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<AbstractPngText> 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.ColorTypePamFileInfo.GrayscaleTupleReader.colorTypeMethods in org.apache.commons.imaging.formats.pnm that return ImageInfo.ColorTypeModifier and TypeMethodDescription(package private) abstract ImageInfo.ColorTypeAbstractFileInfo.getColorType()PamFileInfo.ColorTupleReader.getColorType()PamFileInfo.getColorType()PamFileInfo.GrayscaleTupleReader.getColorType()abstract ImageInfo.ColorTypePamFileInfo.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)