Uses of Class
org.apache.commons.imaging.ImageInfo.CompressionAlgorithm
-
Packages that use ImageInfo.CompressionAlgorithm Package Description org.apache.commons.imaging The main package for Apache Commons Imaging.org.apache.commons.imaging.formats.png The PNG image format. -
-
Uses of ImageInfo.CompressionAlgorithm in org.apache.commons.imaging
Fields in org.apache.commons.imaging declared as ImageInfo.CompressionAlgorithm Modifier and Type Field Description private ImageInfo.CompressionAlgorithm
ImageInfo. compressionAlgorithm
Methods in org.apache.commons.imaging that return ImageInfo.CompressionAlgorithm Modifier and Type Method Description ImageInfo.CompressionAlgorithm
ImageInfo. getCompressionAlgorithm()
Returns a description of the compression algorithm, if any.static ImageInfo.CompressionAlgorithm
ImageInfo.CompressionAlgorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImageInfo.CompressionAlgorithm[]
ImageInfo.CompressionAlgorithm. 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.CompressionAlgorithm 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.CompressionAlgorithm in org.apache.commons.imaging.formats.png
Constructors in org.apache.commons.imaging.formats.png with parameters of type ImageInfo.CompressionAlgorithm 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)
-