Uses of Enum
org.apache.commons.imaging.ImageFormats
Packages that use ImageFormats
Package
Description
The main package for Apache Commons Imaging.
The PNM image format family.
-
Uses of ImageFormats in org.apache.commons.imaging
Subclasses with type arguments of type ImageFormats in org.apache.commons.imagingMethods in org.apache.commons.imaging that return ImageFormatsModifier and TypeMethodDescriptionstatic ImageFormatsReturns the enum constant of this type with the specified name.static ImageFormats[]ImageFormats.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImageFormats in org.apache.commons.imaging.formats.pnm
Fields in org.apache.commons.imaging.formats.pnm declared as ImageFormatsModifier and TypeFieldDescriptionprivate ImageFormatsPnmImagingParameters.subtypePnm format subtype (e.g.Methods in org.apache.commons.imaging.formats.pnm that return ImageFormatsMethods in org.apache.commons.imaging.formats.pnm with parameters of type ImageFormats