Uses of Class
org.apache.sanselan.formats.tiff.fieldtypes.FieldType

Packages that use FieldType
org.apache.sanselan.formats.tiff   
org.apache.sanselan.formats.tiff.constants   
org.apache.sanselan.formats.tiff.fieldtypes   
org.apache.sanselan.formats.tiff.write   
 

Uses of FieldType in org.apache.sanselan.formats.tiff
 

Fields in org.apache.sanselan.formats.tiff declared as FieldType
 FieldType TiffField.fieldType
           
 

Uses of FieldType in org.apache.sanselan.formats.tiff.constants
 

Fields in org.apache.sanselan.formats.tiff.constants declared as FieldType
 FieldType[] TagInfo.dataTypes
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_ANY
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_ANY
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_ASCII
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_BYTE
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_BYTE_OR_SHORT
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_LONG
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_LONG_OR_SHORT
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_RATIONAL
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_SHORT
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_SHORT_OR_LONG
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPE_DESCRIPTION_UNKNOWN
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_DOUBLE
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_FLOAT
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_SBYTE
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_SLONG
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_SRATIONAL
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_SSHORT
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_UNDEFINED
           
static FieldType TiffFieldTypeConstants.FIELD_TYPE_UNKNOWN
           
static FieldType[] TiffFieldTypeConstants.FIELD_TYPES
           
 

Methods in org.apache.sanselan.formats.tiff.constants with parameters of type FieldType
 byte[] TagInfo.encodeValue(FieldType fieldType, java.lang.Object value, int byteOrder)
           
 byte[] TagInfo.Date.encodeValue(FieldType fieldType, java.lang.Object value, int byteOrder)
           
 byte[] TagInfo.Text.encodeValue(FieldType fieldType, java.lang.Object value, int byteOrder)
           
 byte[] TagInfo.Unknown.encodeValue(FieldType fieldType, java.lang.Object value, int byteOrder)
           
 

Constructors in org.apache.sanselan.formats.tiff.constants with parameters of type FieldType
TagInfo.Date(java.lang.String name, int tag, FieldType dataType, int length)
           
TagInfo.Offset(java.lang.String name, int tag, FieldType[] dataTypes, int length, TiffDirectoryConstants.ExifDirectoryType exifDirectory)
           
TagInfo.Offset(java.lang.String name, int tag, FieldType dataType, int length)
           
TagInfo.Offset(java.lang.String name, int tag, FieldType dataType, int length, TiffDirectoryConstants.ExifDirectoryType exifDirectory)
           
TagInfo.Text(java.lang.String name, int tag, FieldType[] dataTypes, int length, TiffDirectoryConstants.ExifDirectoryType exifDirectory)
           
TagInfo.Text(java.lang.String name, int tag, FieldType dataType, int length, TiffDirectoryConstants.ExifDirectoryType exifDirectory)
           
TagInfo.Unknown(java.lang.String name, int tag, FieldType[] dataTypes, int length, TiffDirectoryConstants.ExifDirectoryType exifDirectory)
           
TagInfo(java.lang.String name, int tag, FieldType dataType)
           
TagInfo(java.lang.String name, int tag, FieldType[] dataTypes, int length, java.lang.String lengthDescription)
           
TagInfo(java.lang.String name, int tag, FieldType[] dataTypes, int length, TiffDirectoryConstants.ExifDirectoryType exifDirectory)
           
TagInfo(java.lang.String name, int tag, FieldType[] dataTypes, java.lang.String lengthDescription)
           
TagInfo(java.lang.String name, int tag, FieldType dataType, int length)
           
TagInfo(java.lang.String name, int tag, FieldType dataType, int length, TiffDirectoryConstants.ExifDirectoryType exifDirectory)
           
TagInfo(java.lang.String name, int tag, FieldType dataType, java.lang.String lengthDescription)
           
 

Uses of FieldType in org.apache.sanselan.formats.tiff.fieldtypes
 

Subclasses of FieldType in org.apache.sanselan.formats.tiff.fieldtypes
 class FieldTypeASCII
           
 class FieldTypeByte
           
 class FieldTypeDouble
           
 class FieldTypeFloat
           
 class FieldTypeLong
           
 class FieldTypeRational
           
 class FieldTypeShort
           
 class FieldTypeUnknown
           
 

Uses of FieldType in org.apache.sanselan.formats.tiff.write
 

Fields in org.apache.sanselan.formats.tiff.write declared as FieldType
 FieldType TiffOutputField.fieldType
           
 

Constructors in org.apache.sanselan.formats.tiff.write with parameters of type FieldType
TiffOutputField(int tag, TagInfo tagInfo, FieldType fieldType, int count, byte[] bytes)
           
TiffOutputField(TagInfo tagInfo, FieldType tagtype, int count, byte[] bytes)
           
 



Copyright © 2007-2009. All Rights Reserved.