Uses of Class
org.apache.commons.imaging.formats.tiff.fieldtypes.FieldType
Packages that use FieldType
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 FieldType in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as FieldTypeMethods in org.apache.commons.imaging.formats.tiff that return FieldTypeModifier 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 FieldType -
Uses of FieldType in org.apache.commons.imaging.formats.tiff.fieldtypes
Subclasses of FieldType in org.apache.commons.imaging.formats.tiff.fieldtypesModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in org.apache.commons.imaging.formats.tiff.fieldtypes with type parameters of type FieldTypeModifier and TypeFieldDescriptionFieldType.ANYFieldType.ASCII_OR_BYTEFieldType.ASCII_OR_RATIONALFieldType.BYTE_OR_SHORTFieldType.LONG_OR_IFDFieldType.LONG_OR_SHORTFieldType.SHORT_OR_LONGFieldType.SHORT_OR_LONG_OR_RATIONALFieldType.SHORT_OR_RATIONALMethods in org.apache.commons.imaging.formats.tiff.fieldtypes that return FieldType -
Uses of FieldType in org.apache.commons.imaging.formats.tiff.taginfos
Fields in org.apache.commons.imaging.formats.tiff.taginfos with type parameters of type FieldTypeMethods in org.apache.commons.imaging.formats.tiff.taginfos with parameters of type FieldTypeModifier and TypeMethodDescriptionbyte[]TagInfo.encodeValue(FieldType fieldType, Object value, ByteOrder byteOrder) byte[]TagInfoGpsText.encodeValue(FieldType fieldType, Object value, ByteOrder byteOrder) byte[]TagInfoXpString.encodeValue(FieldType fieldType, Object value, ByteOrder byteOrder) Constructors in org.apache.commons.imaging.formats.tiff.taginfos with parameters of type FieldTypeModifierConstructorDescriptionTagInfo(String name, int tag, FieldType dataType, int length, TiffDirectoryType exifDirectory) TagInfo(String name, int tag, FieldType dataType, int length, TiffDirectoryType exifDirectory, boolean isOffset) TagInfoByte(String name, int tag, FieldType fieldType, TiffDirectoryType directoryType) TagInfoBytes(String name, int tag, FieldType fieldType, int length, TiffDirectoryType directoryType) Constructor parameters in org.apache.commons.imaging.formats.tiff.taginfos with type arguments of type FieldTypeModifierConstructorDescriptionTagInfo(String name, int tag, List<FieldType> dataTypes, int length, TiffDirectoryType exifDirectory) TagInfo(String name, int tag, List<FieldType> dataTypes, int length, TiffDirectoryType exifDirectory, boolean isOffset) TagInfoByte(String name, int tag, List<FieldType> fieldTypes, TiffDirectoryType directoryType) TagInfoBytes(String name, int tag, List<FieldType> fieldTypes, int length, TiffDirectoryType directoryType) TagInfoLong(String name, int tag, List<FieldType> dataTypes, int length, TiffDirectoryType exifDirectory, boolean isOffset) -
Uses of FieldType in org.apache.commons.imaging.formats.tiff.write
Fields in org.apache.commons.imaging.formats.tiff.write declared as FieldTypeConstructors in org.apache.commons.imaging.formats.tiff.write with parameters of type FieldTypeModifierConstructorDescriptionTiffOutputField(int tag, TagInfo tagInfo, FieldType fieldType, int count, byte[] bytes) TiffOutputField(TagInfo tagInfo, FieldType tagtype, int count, byte[] bytes)