Uses of Class
org.apache.commons.imaging.formats.tiff.fieldtypes.AbstractFieldType
Packages that use AbstractFieldType
Package
Description
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
TIFF field types.
Classes for the TIFF tags.
TIFF writers.
-
Uses of AbstractFieldType in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return AbstractFieldTypeModifier and TypeMethodDescriptionTiffField.getFieldType()
Returns the field's type, derived from bytes 2-3.Constructors in org.apache.commons.imaging.formats.tiff with parameters of type AbstractFieldTypeModifierConstructorDescriptionTiffField
(int tag, int directoryType, AbstractFieldType abstractFieldType, long count, long offset, byte[] value, ByteOrder byteOrder, int sortHint) -
Uses of AbstractFieldType in org.apache.commons.imaging.formats.tiff.fieldtypes
Subclasses of AbstractFieldType in org.apache.commons.imaging.formats.tiff.fieldtypesModifier and TypeClassDescriptionclass
class
class
class
class
class
Provides an implementation of the 8-byte integer field type specified by the BigTIFF extensions to the TIFF format.class
class
Fields in org.apache.commons.imaging.formats.tiff.fieldtypes with type parameters of type AbstractFieldTypeModifier and TypeFieldDescriptionstatic final List<AbstractFieldType>
AbstractFieldType.ANY
static final List<AbstractFieldType>
AbstractFieldType.ASCII_OR_BYTE
static final List<AbstractFieldType>
AbstractFieldType.ASCII_OR_RATIONAL
static final List<AbstractFieldType>
AbstractFieldType.BYTE_OR_SHORT
static final List<AbstractFieldType>
AbstractFieldType.LONG_OR_IFD
static final List<AbstractFieldType>
AbstractFieldType.LONG_OR_SHORT
static final List<AbstractFieldType>
AbstractFieldType.SHORT_OR_LONG
static final List<AbstractFieldType>
AbstractFieldType.SHORT_OR_LONG_OR_RATIONAL
static final List<AbstractFieldType>
AbstractFieldType.SHORT_OR_RATIONAL
Methods in org.apache.commons.imaging.formats.tiff.fieldtypes that return AbstractFieldTypeModifier and TypeMethodDescriptionstatic AbstractFieldType
AbstractFieldType.getFieldType
(int type) -
Uses of AbstractFieldType in org.apache.commons.imaging.formats.tiff.taginfos
Fields in org.apache.commons.imaging.formats.tiff.taginfos with type parameters of type AbstractFieldTypeMethods in org.apache.commons.imaging.formats.tiff.taginfos with parameters of type AbstractFieldTypeModifier and TypeMethodDescriptionbyte[]
TagInfo.encodeValue
(AbstractFieldType abstractFieldType, Object value, ByteOrder byteOrder) byte[]
TagInfoGpsText.encodeValue
(AbstractFieldType abstractFieldType, Object value, ByteOrder byteOrder) byte[]
TagInfoXpString.encodeValue
(AbstractFieldType abstractFieldType, Object value, ByteOrder byteOrder) Constructors in org.apache.commons.imaging.formats.tiff.taginfos with parameters of type AbstractFieldTypeModifierConstructorDescriptionTagInfo
(String name, int tag, AbstractFieldType dataType) TagInfo
(String name, int tag, AbstractFieldType dataType, int length) TagInfo
(String name, int tag, AbstractFieldType dataType, int length, TiffDirectoryType exifDirectory) TagInfo
(String name, int tag, AbstractFieldType dataType, int length, TiffDirectoryType exifDirectory, boolean isOffset) TagInfoByte
(String name, int tag, AbstractFieldType abstractFieldType, TiffDirectoryType directoryType) TagInfoBytes
(String name, int tag, AbstractFieldType abstractFieldType, int length, TiffDirectoryType directoryType) Constructor parameters in org.apache.commons.imaging.formats.tiff.taginfos with type arguments of type AbstractFieldTypeModifierConstructorDescriptionTagInfo
(String name, int tag, List<AbstractFieldType> dataTypes, int length, TiffDirectoryType exifDirectory) TagInfo
(String name, int tag, List<AbstractFieldType> dataTypes, int length, TiffDirectoryType exifDirectory, boolean isOffset) TagInfoByte
(String name, int tag, List<AbstractFieldType> abstractFieldTypes, TiffDirectoryType directoryType) TagInfoBytes
(String name, int tag, List<AbstractFieldType> abstractFieldTypes, int length, TiffDirectoryType directoryType) TagInfoLong
(String name, int tag, List<AbstractFieldType> dataTypes, int length, TiffDirectoryType exifDirectory, boolean isOffset) -
Uses of AbstractFieldType in org.apache.commons.imaging.formats.tiff.write
Fields in org.apache.commons.imaging.formats.tiff.write declared as AbstractFieldTypeConstructors in org.apache.commons.imaging.formats.tiff.write with parameters of type AbstractFieldTypeModifierConstructorDescriptionTiffOutputField
(int tag, TagInfo tagInfo, AbstractFieldType abstractFieldType, int count, byte[] bytes) TiffOutputField
(TagInfo tagInfo, AbstractFieldType abstractFieldType, int count, byte[] bytes)