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 EntryTIFFUtilities.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 booleanTIFFUtilities.TIFFPage. jfifContainsTables(Entry tableEntry, long[] jpegOffsets, long[] jpegLengths)private EntryTIFFUtilities.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 classAbstractEntryAbstractEntryFields in com.twelvemonkeys.imageio.metadata with type parameters of type Entry Modifier and Type Field Description private java.util.List<Entry>AbstractDirectory. entriesprivate java.util.List<Entry>AbstractDirectory. unmodifiableMethods in com.twelvemonkeys.imageio.metadata that return Entry Modifier and Type Method Description EntryAbstractCompoundDirectory. getEntryByFieldName(java.lang.String fieldName)EntryAbstractDirectory. getEntryByFieldName(java.lang.String fieldName)EntryDirectory. getEntryByFieldName(java.lang.String fieldName)EntryAbstractCompoundDirectory. getEntryById(java.lang.Object identifier)EntryAbstractDirectory. getEntryById(java.lang.Object identifier)EntryDirectory. 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 booleanAbstractCompoundDirectory. add(Entry entry)booleanAbstractDirectory. add(Entry entry)booleanDirectory. 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 booleanEXIFWriter. 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) classIPTCEntryIPTCEntryMethods in com.twelvemonkeys.imageio.metadata.iptc with parameters of type Entry Modifier and Type Method Description private IPTCEntryIPTCReader. mergeEntries(short tagId, java.lang.Object newValue, Entry oldEntry)private IPTCEntryIPTCReader. 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) classPSDEntryPhotoshopEntryConstructor 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 classTIFFEntryRepresents a TIFF IFD entry.Methods in com.twelvemonkeys.imageio.metadata.tiff with parameters of type Entry Modifier and Type Method Description private intTIFFWriter. getCount(Entry entry)private long[]TIFFReader. getPointerOffsets(Entry entry)(package private) static shortTIFFEntry. getType(Entry entry)private longTIFFWriter. 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 longTIFFWriter. computeIFDSize(java.util.Collection<? extends Entry> directory)booleanTIFFWriter. write(java.util.Collection<? extends Entry> entries, javax.imageio.stream.ImageOutputStream stream)longTIFFWriter. 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) classXMPEntryXMPEntryMethod parameters in com.twelvemonkeys.imageio.metadata.xmp with type arguments of type Entry Modifier and Type Method Description private voidXMPReader. 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 voidPSDMetadata. appendTextEntriesFlat(javax.imageio.metadata.IIOMetadataNode node, Directory directory, FilterIterator.Filter<Entry> filter)(package private) static voidPSDEXIF1Data. 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 EntryTIFFImageMetadata. getTIFFField(int tagNumber)Returns an Entry which contains the data of the requested TIFF field.private EntryTIFFImageMetadata. 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.StringTIFFImageMetadata. getMetadataArrayType(Entry tag)private java.lang.StringTIFFImageMetadata. getMetadataType(Entry tag)private static intTIFFImageMetadata. getValueAsInt(Entry entry)(package private) static intTIFFImageReader. guessPhotometricInterpretation(int compression, int samplesPerPixel, Entry extraSamples, Entry colorMap)private booleanTIFFImageMetadata. 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.DataOutputTIFFImageWriter. createCompressorStream(java.awt.image.RenderedImage image, javax.imageio.ImageWriteParam param, java.util.Map<java.lang.Integer,Entry> entries)private voidTIFFImageMetadata. mergeEntries(java.lang.String formatName, org.w3c.dom.Node root, java.util.Map<java.lang.Integer,Entry> entries)private voidTIFFImageMetadata. mergeFromStandardDimensionNode(org.w3c.dom.Node dimensionNode, java.util.Map<java.lang.Integer,Entry> entries)private voidTIFFImageMetadata. mergeFromStandardDocumentNode(org.w3c.dom.Node documentNode, java.util.Map<java.lang.Integer,Entry> entries)private voidTIFFImageMetadata. mergeFromStandardTextNode(org.w3c.dom.Node textNode, java.util.Map<java.lang.Integer,Entry> entries)private voidTIFFImageMetadata. mergeNativeTree(org.w3c.dom.Node root, java.util.Map<java.lang.Integer,Entry> entries)private voidTIFFImageWriter. mergeSafeMetadata(Directory ifd, java.util.Map<java.lang.Integer,Entry> entries)private voidTIFFImageMetadata. 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.
-