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 TypeClassDescriptionclass
class
class
class
class
class
class
Fields in org.apache.commons.imaging.formats.tiff.fieldtypes with type parameters of type FieldTypeModifier and TypeFieldDescriptionFieldType.ANY
FieldType.ASCII_OR_BYTE
FieldType.ASCII_OR_RATIONAL
FieldType.BYTE_OR_SHORT
FieldType.LONG_OR_IFD
FieldType.LONG_OR_SHORT
FieldType.SHORT_OR_LONG
FieldType.SHORT_OR_LONG_OR_RATIONAL
FieldType.SHORT_OR_RATIONAL
Methods 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)