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 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.ColorType
ImageInfo. colorType
Methods in org.apache.commons.imaging that return ImageInfo.ColorType Modifier and Type Method Description ImageInfo.ColorType
ImageInfo. getColorType()
Returns theImageInfo.ColorType
of the image.static ImageInfo.ColorType
ImageInfo.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<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.ColorType Modifier and Type Field Description private ImageInfo.ColorType
PamFileInfo.GrayscaleTupleReader. colorType
Methods in org.apache.commons.imaging.formats.pnm that return ImageInfo.ColorType Modifier and Type Method Description (package private) abstract ImageInfo.ColorType
FileInfo. getColorType()
ImageInfo.ColorType
PamFileInfo.ColorTupleReader. getColorType()
ImageInfo.ColorType
PamFileInfo. getColorType()
ImageInfo.ColorType
PamFileInfo.GrayscaleTupleReader. getColorType()
abstract ImageInfo.ColorType
PamFileInfo.TupleReader. getColorType()
ImageInfo.ColorType
PbmFileInfo. getColorType()
ImageInfo.ColorType
PgmFileInfo. getColorType()
ImageInfo.ColorType
PpmFileInfo. getColorType()
Constructors in org.apache.commons.imaging.formats.pnm with parameters of type ImageInfo.ColorType Constructor Description GrayscaleTupleReader(ImageInfo.ColorType colorType)
-