Uses of Class
org.apache.commons.imaging.formats.tiff.write.TiffOutputField
Packages that use TiffOutputField
-
Uses of TiffOutputField in org.apache.commons.imaging.formats.tiff.write
Classes in org.apache.commons.imaging.formats.tiff.write that implement interfaces with type arguments of type TiffOutputFieldFields in org.apache.commons.imaging.formats.tiff.write declared as TiffOutputFieldModifier and TypeFieldDescription(package private) final TiffOutputFieldImageDataOffsets.imageDataOffsetsFieldfinal TiffOutputFieldTiffOutputSummary.OffsetItem.itemOffsetFieldFields in org.apache.commons.imaging.formats.tiff.write with type parameters of type TiffOutputFieldMethods in org.apache.commons.imaging.formats.tiff.write that return TiffOutputFieldModifier and TypeMethodDescriptionprotected static TiffOutputFieldTiffOutputField.createOffsetField(TagInfo tagInfo, ByteOrder byteOrder) TiffOutputDirectory.findField(int tag) Finds the TiffOutputField for the given tag from this TiffOutputDirectory.Finds the TiffOutputField for the given TagInfo from this TiffOutputDirectory.TiffOutputSet.findField(int tag) Methods in org.apache.commons.imaging.formats.tiff.write that return types with arguments of type TiffOutputFieldMethods in org.apache.commons.imaging.formats.tiff.write with parameters of type TiffOutputFieldModifier and TypeMethodDescriptionvoidTiffOutputDirectory.add(TiffOutputField field) voidTiffOutputSummary.add(AbstractTiffOutputItem item, TiffOutputField itemOffsetField) Method parameters in org.apache.commons.imaging.formats.tiff.write with type arguments of type TiffOutputFieldModifier and TypeMethodDescriptionprivate List<AbstractTiffElement> TiffImageWriterLossless.analyzeOldTiff(Map<Integer, TiffOutputField> frozenFields) Constructors in org.apache.commons.imaging.formats.tiff.write with parameters of type TiffOutputFieldModifierConstructorDescription(package private)ImageDataOffsets(AbstractTiffElement.DataElement[] imageData, int[] imageDataOffsets, TiffOutputField imageDataOffsetsField) (package private)OffsetItem(AbstractTiffOutputItem item, TiffOutputField itemOffsetField)