Uses of Class
org.apache.commons.imaging.formats.jpeg.iptc.IptcTypes
-
Packages that use IptcTypes Package Description org.apache.commons.imaging.formats.jpeg.iptc JPEG image format IPTC metadata. -
-
Uses of IptcTypes in org.apache.commons.imaging.formats.jpeg.iptc
Methods in org.apache.commons.imaging.formats.jpeg.iptc that return IptcTypes Modifier and Type Method Description static IptcTypes
IptcTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static IptcTypes[]
IptcTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-