Uses of Interface
com.twelvemonkeys.imageio.metadata.Entry
-
-
Uses of Entry in com.twelvemonkeys.contrib.tiff
Methods in com.twelvemonkeys.contrib.tiff that return Entry Modifier and Type Method Description private Entry
TIFFUtilities.TIFFPage. mergeTables(Entry qEntry, Entry dcEntry, Entry acEntry)
Methods in com.twelvemonkeys.contrib.tiff that return types with arguments of type Entry Modifier and Type Method Description private java.util.List<Entry>
TIFFUtilities.TIFFPage. writeDirectoryData(Directory IFD, javax.imageio.stream.ImageOutputStream outputStream)
Methods in com.twelvemonkeys.contrib.tiff with parameters of type Entry Modifier and Type Method Description private long[]
TIFFUtilities.TIFFPage. getValueAsLongArray(Entry entry)
private boolean
TIFFUtilities.TIFFPage. jfifContainsTables(Entry tableEntry, long[] jpegOffsets, long[] jpegLengths)
private Entry
TIFFUtilities.TIFFPage. mergeTables(Entry qEntry, Entry dcEntry, Entry acEntry)
-
Uses of Entry in com.twelvemonkeys.imageio.metadata
Classes in com.twelvemonkeys.imageio.metadata that implement Entry Modifier and Type Class Description class
AbstractEntry
AbstractEntryFields in com.twelvemonkeys.imageio.metadata with type parameters of type Entry Modifier and Type Field Description private java.util.List<Entry>
AbstractDirectory. entries
private java.util.List<Entry>
AbstractDirectory. unmodifiable
Methods in com.twelvemonkeys.imageio.metadata that return Entry Modifier and Type Method Description Entry
AbstractCompoundDirectory. getEntryByFieldName(java.lang.String fieldName)
Entry
AbstractDirectory. getEntryByFieldName(java.lang.String fieldName)
Entry
Directory. getEntryByFieldName(java.lang.String fieldName)
Entry
AbstractCompoundDirectory. getEntryById(java.lang.Object identifier)
Entry
AbstractDirectory. getEntryById(java.lang.Object identifier)
Entry
Directory. getEntryById(java.lang.Object identifier)
Methods in com.twelvemonkeys.imageio.metadata that return types with arguments of type Entry Modifier and Type Method Description java.util.Iterator<Entry>
AbstractCompoundDirectory. iterator()
java.util.Iterator<Entry>
AbstractDirectory. iterator()
Methods in com.twelvemonkeys.imageio.metadata with parameters of type Entry Modifier and Type Method Description boolean
AbstractCompoundDirectory. add(Entry entry)
boolean
AbstractDirectory. add(Entry entry)
boolean
Directory. add(Entry entry)
Constructor parameters in com.twelvemonkeys.imageio.metadata with type arguments of type Entry Constructor Description AbstractDirectory(java.util.Collection<? extends Entry> entries)
-
Uses of Entry in com.twelvemonkeys.imageio.metadata.exif
Method parameters in com.twelvemonkeys.imageio.metadata.exif with type arguments of type Entry Modifier and Type Method Description boolean
EXIFWriter. write(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream)
Deprecated. -
Uses of Entry in com.twelvemonkeys.imageio.metadata.iptc
Classes in com.twelvemonkeys.imageio.metadata.iptc that implement Entry Modifier and Type Class Description (package private) class
IPTCEntry
IPTCEntryMethods in com.twelvemonkeys.imageio.metadata.iptc with parameters of type Entry Modifier and Type Method Description private IPTCEntry
IPTCReader. mergeEntries(short tagId, java.lang.Object newValue, Entry oldEntry)
private IPTCEntry
IPTCReader. readEntry(javax.imageio.stream.ImageInputStream pInput, short pTagId, int pLength, boolean array, Entry oldEntry)
Constructor parameters in com.twelvemonkeys.imageio.metadata.iptc with type arguments of type Entry Constructor Description IPTCDirectory(java.util.Collection<? extends Entry> entries)
-
Uses of Entry in com.twelvemonkeys.imageio.metadata.psd
Classes in com.twelvemonkeys.imageio.metadata.psd that implement Entry Modifier and Type Class Description (package private) class
PSDEntry
PhotoshopEntryConstructor parameters in com.twelvemonkeys.imageio.metadata.psd with type arguments of type Entry Constructor Description PSDDirectory(java.util.Collection<? extends Entry> entries)
-
Uses of Entry in com.twelvemonkeys.imageio.metadata.tiff
Classes in com.twelvemonkeys.imageio.metadata.tiff that implement Entry Modifier and Type Class Description class
TIFFEntry
Represents a TIFF IFD entry.Methods in com.twelvemonkeys.imageio.metadata.tiff with parameters of type Entry Modifier and Type Method Description private int
TIFFWriter. getCount(Entry entry)
private long[]
TIFFReader. getPointerOffsets(Entry entry)
(package private) static short
TIFFEntry. getType(Entry entry)
private long
TIFFWriter. writeValue(Entry entry, long dataOffset, javax.imageio.stream.ImageOutputStream stream)
Method parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type Entry Modifier and Type Method Description long
TIFFWriter. computeIFDSize(java.util.Collection<? extends Entry> directory)
boolean
TIFFWriter. write(java.util.Collection<? extends Entry> entries, javax.imageio.stream.ImageOutputStream stream)
long
TIFFWriter. writeIFD(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream)
Constructor parameters in com.twelvemonkeys.imageio.metadata.tiff with type arguments of type Entry Constructor Description IFD(java.util.Collection<? extends Entry> pEntries)
-
Uses of Entry in com.twelvemonkeys.imageio.metadata.xmp
Classes in com.twelvemonkeys.imageio.metadata.xmp that implement Entry Modifier and Type Class Description (package private) class
XMPEntry
XMPEntryMethod parameters in com.twelvemonkeys.imageio.metadata.xmp with type arguments of type Entry Modifier and Type Method Description private void
XMPReader. parseAttributesForKnownElements(java.util.Map<java.lang.String,java.util.List<Entry>> subdirs, org.w3c.dom.Node desc)
Constructor parameters in com.twelvemonkeys.imageio.metadata.xmp with type arguments of type Entry Constructor Description RDFDescription(java.lang.String key, java.util.Collection<? extends Entry> entries)
RDFDescription(java.util.Collection<? extends Entry> entries)
-
Uses of Entry in com.twelvemonkeys.imageio.plugins.psd
Method parameters in com.twelvemonkeys.imageio.plugins.psd with type arguments of type Entry Modifier and Type Method Description private void
PSDMetadata. appendTextEntriesFlat(javax.imageio.metadata.IIOMetadataNode node, Directory directory, FilterIterator.Filter<Entry> filter)
(package private) static void
PSDEXIF1Data. writeData(javax.imageio.stream.ImageOutputStream output, java.util.Collection<? extends Entry> directory)
-
Uses of Entry in com.twelvemonkeys.imageio.plugins.tiff
Methods in com.twelvemonkeys.imageio.plugins.tiff that return Entry Modifier and Type Method Description Entry
TIFFImageMetadata. getTIFFField(int tagNumber)
Returns an Entry which contains the data of the requested TIFF field.private Entry
TIFFImageMetadata. toEntry(org.w3c.dom.Node node)
Methods in com.twelvemonkeys.imageio.plugins.tiff with parameters of type Entry Modifier and Type Method Description private java.lang.String
TIFFImageMetadata. getMetadataArrayType(Entry tag)
private java.lang.String
TIFFImageMetadata. getMetadataType(Entry tag)
private static int
TIFFImageMetadata. getValueAsInt(Entry entry)
(package private) static int
TIFFImageReader. guessPhotometricInterpretation(int compression, int samplesPerPixel, Entry extraSamples, Entry colorMap)
private boolean
TIFFImageMetadata. isSignedType(Entry tag)
Method parameters in com.twelvemonkeys.imageio.plugins.tiff with type arguments of type Entry Modifier and Type Method Description private java.io.DataOutput
TIFFImageWriter. createCompressorStream(java.awt.image.RenderedImage image, javax.imageio.ImageWriteParam param, java.util.Map<java.lang.Integer,Entry> entries)
private void
TIFFImageMetadata. mergeEntries(java.lang.String formatName, org.w3c.dom.Node root, java.util.Map<java.lang.Integer,Entry> entries)
private void
TIFFImageMetadata. mergeFromStandardDimensionNode(org.w3c.dom.Node dimensionNode, java.util.Map<java.lang.Integer,Entry> entries)
private void
TIFFImageMetadata. mergeFromStandardDocumentNode(org.w3c.dom.Node documentNode, java.util.Map<java.lang.Integer,Entry> entries)
private void
TIFFImageMetadata. mergeFromStandardTextNode(org.w3c.dom.Node textNode, java.util.Map<java.lang.Integer,Entry> entries)
private void
TIFFImageMetadata. mergeNativeTree(org.w3c.dom.Node root, java.util.Map<java.lang.Integer,Entry> entries)
private void
TIFFImageWriter. mergeSafeMetadata(Directory ifd, java.util.Map<java.lang.Integer,Entry> entries)
private void
TIFFImageMetadata. mergeStandardTree(org.w3c.dom.Node root, java.util.Map<java.lang.Integer,Entry> entries)
Constructor parameters in com.twelvemonkeys.imageio.plugins.tiff with type arguments of type Entry Constructor Description TIFFImageMetadata(java.util.Collection<? extends Entry> entries)
Creates a TIFF metadata object, using the values from the given entries.
-