Uses of Class
org.apache.commons.imaging.ImageFormats
-
Packages that use ImageFormats Package Description org.apache.commons.imaging The main package for Apache Commons Imaging.org.apache.commons.imaging.formats.pnm The PNM image format family. -
-
Uses of ImageFormats in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return ImageFormats Modifier and Type Method Description static ImageFormats
ImageFormats. valueOf(String name)
Returns 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
Methods in org.apache.commons.imaging.formats.pnm that return ImageFormats Modifier and Type Method Description ImageFormats
PnmImagingParameters. getSubtype()
Methods in org.apache.commons.imaging.formats.pnm with parameters of type ImageFormats Modifier and Type Method Description void
PnmImagingParameters. setSubtype(ImageFormats subtype)
-