Uses of Class
org.apache.commons.imaging.ImageInfo.ColorType
-
Packages that use ImageInfo.ColorType Package Description org.apache.commons.imaging The main package for Apache Commons Imaging.org.apache.commons.imaging.formats.png The PNG (Portable Network Graphics) image format.org.apache.commons.imaging.formats.pnm The PNM image format family. -
-
Uses of ImageInfo.ColorType in org.apache.commons.imaging
Fields in org.apache.commons.imaging declared as ImageInfo.ColorType Modifier and Type Field Description private ImageInfo.ColorTypeImageInfo. colorTypeMethods in org.apache.commons.imaging that return ImageInfo.ColorType Modifier and Type Method Description ImageInfo.ColorTypeImageInfo. getColorType()Returns theImageInfo.ColorTypeof the image.static ImageInfo.ColorTypeImageInfo.ColorType. valueOf(java.lang.String name)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.ColorType Constructor Description ImageInfo(java.lang.String formatDetails, int bitsPerPixel, java.util.List<java.lang.String> comments, ImageFormat format, java.lang.String formatName, int height, java.lang.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.ColorType Constructor Description PngImageInfo(java.lang.String formatDetails, int bitsPerPixel, java.util.List<java.lang.String> comments, ImageFormat format, java.lang.String formatName, int height, java.lang.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, java.util.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.ColorType Modifier and Type Field Description private ImageInfo.ColorTypePamFileInfo.GrayscaleTupleReader. colorTypeMethods in org.apache.commons.imaging.formats.pnm that return ImageInfo.ColorType Modifier and Type Method Description (package private) abstract ImageInfo.ColorTypeAbstractFileInfo. getColorType()ImageInfo.ColorTypePamFileInfo.ColorTupleReader. getColorType()ImageInfo.ColorTypePamFileInfo. getColorType()ImageInfo.ColorTypePamFileInfo.GrayscaleTupleReader. getColorType()abstract ImageInfo.ColorTypePamFileInfo.TupleReader. getColorType()ImageInfo.ColorTypePbmFileInfo. getColorType()ImageInfo.ColorTypePgmFileInfo. getColorType()ImageInfo.ColorTypePpmFileInfo. getColorType()Constructors in org.apache.commons.imaging.formats.pnm with parameters of type ImageInfo.ColorType Constructor Description GrayscaleTupleReader(ImageInfo.ColorType colorType)
-