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 classIptcTypesFields in org.apache.commons.imaging.formats.jpeg.iptc declared as IptcType Modifier and Type Field Description IptcTypeIptcRecord. iptcTypeMethods in org.apache.commons.imaging.formats.jpeg.iptc that return IptcType Modifier and Type Method Description static IptcTypeIptcTypeLookup. getIptcType(int type)static IptcTypeIptcTypes. getUnknown(int type)Constructors in org.apache.commons.imaging.formats.jpeg.iptc with parameters of type IptcType Constructor Description IptcRecord(IptcType iptcType, String value)
-