Uses of Class
org.apache.commons.imaging.formats.tiff.fieldtypes.AbstractFieldType
-
Packages that use AbstractFieldType Package Description org.apache.commons.imaging.formats.tiff Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.org.apache.commons.imaging.formats.tiff.fieldtypes TIFF field types.org.apache.commons.imaging.formats.tiff.taginfos Classes for the TIFF tags.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of AbstractFieldType in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as AbstractFieldType Modifier and Type Field Description private AbstractFieldTypeTiffField. abstractFieldTypeMethods in org.apache.commons.imaging.formats.tiff that return AbstractFieldType Modifier and Type Method Description AbstractFieldTypeTiffField. getFieldType()Returns the field's type, derived from bytes 2-3.Constructors in org.apache.commons.imaging.formats.tiff with parameters of type AbstractFieldType Constructor Description TiffField(int tag, int directoryType, AbstractFieldType abstractFieldType, long count, long offset, byte[] value, java.nio.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.fieldtypes Modifier and Type Class Description classFieldTypeAsciiclassFieldTypeByteclassFieldTypeDoubleclassFieldTypeFloatclassFieldTypeLongclassFieldTypeLong8Provides an implementation of the 8-byte integer field type specified by the BigTIFF extensions to the TIFF format.classFieldTypeRationalclassFieldTypeShortFields in org.apache.commons.imaging.formats.tiff.fieldtypes with type parameters of type AbstractFieldType Modifier and Type Field Description static java.util.List<AbstractFieldType>AbstractFieldType. ANYUnmodifiable List of all field types.static java.util.List<AbstractFieldType>AbstractFieldType. ASCII_OR_BYTEUnmodifiable List of ASCII, BYTE field types.static java.util.List<AbstractFieldType>AbstractFieldType. ASCII_OR_RATIONALUnmodifiable List of ASCII, RATIONAL field types.static java.util.List<AbstractFieldType>AbstractFieldType. BYTE_OR_SHORTUnmodifiable List of SHORT, BYTE field types.static java.util.List<AbstractFieldType>AbstractFieldType. LONG_OR_IFDUnmodifiable List of LONG, IFD field types.static java.util.List<AbstractFieldType>AbstractFieldType. LONG_OR_SHORTUnmodifiable List of SHORT, LONG field types.static java.util.List<AbstractFieldType>AbstractFieldType. SHORT_OR_LONGUnmodifiable List of SHORT, LONG field types.static java.util.List<AbstractFieldType>AbstractFieldType. SHORT_OR_LONG_OR_RATIONALUnmodifiable List of SHORT, LONG, RATIONAL field types.static java.util.List<AbstractFieldType>AbstractFieldType. SHORT_OR_RATIONALUnmodifiable List of SHORT, RATIONAL field types.Methods in org.apache.commons.imaging.formats.tiff.fieldtypes that return AbstractFieldType Modifier and Type Method Description static AbstractFieldTypeAbstractFieldType. getFieldType(int type)Gets a known field 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 AbstractFieldType Modifier and Type Field Description java.util.List<AbstractFieldType>TagInfo. dataTypesprivate static java.util.List<AbstractFieldType>TagInfoDirectory. fieldListMethods in org.apache.commons.imaging.formats.tiff.taginfos with parameters of type AbstractFieldType Modifier and Type Method Description byte[]TagInfo. encodeValue(AbstractFieldType abstractFieldType, java.lang.Object value, java.nio.ByteOrder byteOrder)byte[]TagInfoGpsText. encodeValue(AbstractFieldType abstractFieldType, java.lang.Object value, java.nio.ByteOrder byteOrder)byte[]TagInfoXpString. encodeValue(AbstractFieldType abstractFieldType, java.lang.Object value, java.nio.ByteOrder byteOrder)Constructors in org.apache.commons.imaging.formats.tiff.taginfos with parameters of type AbstractFieldType Constructor Description TagInfo(java.lang.String name, int tag, AbstractFieldType dataType)TagInfo(java.lang.String name, int tag, AbstractFieldType dataType, int length)TagInfo(java.lang.String name, int tag, AbstractFieldType dataType, int length, TiffDirectoryType exifDirectory)TagInfo(java.lang.String name, int tag, AbstractFieldType dataType, int length, TiffDirectoryType exifDirectory, boolean isOffset)TagInfoByte(java.lang.String name, int tag, AbstractFieldType abstractFieldType, TiffDirectoryType directoryType)TagInfoBytes(java.lang.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 AbstractFieldType Constructor Description TagInfo(java.lang.String name, int tag, java.util.List<AbstractFieldType> dataTypes, int length, TiffDirectoryType exifDirectory)TagInfo(java.lang.String name, int tag, java.util.List<AbstractFieldType> dataTypes, int length, TiffDirectoryType exifDirectory, boolean isOffset)TagInfoByte(java.lang.String name, int tag, java.util.List<AbstractFieldType> abstractFieldTypes, TiffDirectoryType directoryType)TagInfoBytes(java.lang.String name, int tag, java.util.List<AbstractFieldType> abstractFieldTypes, int length, TiffDirectoryType directoryType)TagInfoLong(java.lang.String name, int tag, java.util.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 AbstractFieldType Modifier and Type Field Description AbstractFieldTypeTiffOutputField. abstractFieldTypeConstructors in org.apache.commons.imaging.formats.tiff.write with parameters of type AbstractFieldType Constructor Description TiffOutputField(int tag, TagInfo tagInfo, AbstractFieldType abstractFieldType, int count, byte[] bytes)TiffOutputField(TagInfo tagInfo, AbstractFieldType abstractFieldType, int count, byte[] bytes)
-