Uses of Class
org.apache.commons.imaging.formats.jpeg.iptc.IptcRecord
-
Packages that use IptcRecord Package Description org.apache.commons.imaging.formats.jpeg.iptc JPEG image format IPTC metadata. -
-
Uses of IptcRecord in org.apache.commons.imaging.formats.jpeg.iptc
Fields in org.apache.commons.imaging.formats.jpeg.iptc with type parameters of type IptcRecord Modifier and Type Field Description static Comparator<IptcRecord>IptcRecord. COMPARATORMethods in org.apache.commons.imaging.formats.jpeg.iptc that return types with arguments of type IptcRecord Modifier and Type Method Description List<IptcRecord>PhotoshopApp13Data. getRecords()protected List<IptcRecord>IptcParser. parseIPTCBlock(byte[] bytes)Method parameters in org.apache.commons.imaging.formats.jpeg.iptc with type arguments of type IptcRecord Modifier and Type Method Description byte[]IptcParser. writeIPTCBlock(List<IptcRecord> elements)Constructor parameters in org.apache.commons.imaging.formats.jpeg.iptc with type arguments of type IptcRecord Constructor Description PhotoshopApp13Data(List<IptcRecord> records, List<IptcBlock> rawBlocks)
-