Uses of Interface
org.apache.commons.imaging.formats.jpeg.iptc.IptcType
-
Packages that use IptcType Package Description org.apache.commons.imaging.formats.jpeg.iptc JPEG image format IPTC metadata. -
-
Uses of IptcType in org.apache.commons.imaging.formats.jpeg.iptc
Classes in org.apache.commons.imaging.formats.jpeg.iptc that implement IptcType Modifier and Type Class Description class
IptcTypes
Fields in org.apache.commons.imaging.formats.jpeg.iptc declared as IptcType Modifier and Type Field Description IptcType
IptcRecord. iptcType
Methods in org.apache.commons.imaging.formats.jpeg.iptc that return IptcType Modifier and Type Method Description static IptcType
IptcTypeLookup. getIptcType(int type)
static IptcType
IptcTypes. getUnknown(int type)
Constructors in org.apache.commons.imaging.formats.jpeg.iptc with parameters of type IptcType Constructor Description IptcRecord(IptcType iptcType, String value)
-