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. -
-
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(java.lang.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.
-