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 java.util.Comparator<IptcRecord>
IptcRecord. COMPARATOR
private java.util.List<IptcRecord>
PhotoshopApp13Data. records
Methods in org.apache.commons.imaging.formats.jpeg.iptc that return types with arguments of type IptcRecord Modifier and Type Method Description java.util.List<IptcRecord>
PhotoshopApp13Data. getRecords()
protected java.util.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(java.util.List<IptcRecord> elements)
Constructor parameters in org.apache.commons.imaging.formats.jpeg.iptc with type arguments of type IptcRecord Constructor Description PhotoshopApp13Data(java.util.List<IptcRecord> records, java.util.List<IptcBlock> rawBlocks)
-