| Package | Description |
|---|---|
| org.apache.sanselan.formats.tiff | |
| org.apache.sanselan.formats.tiff.constants | |
| org.apache.sanselan.formats.tiff.fieldtypes | |
| org.apache.sanselan.formats.tiff.write |
| Modifier and Type | Field and Description |
|---|---|
FieldType |
TiffField.fieldType |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
TagInfo.encodeValue(FieldType fieldType,
Object value,
int byteOrder) |
byte[] |
TagInfo.Date.encodeValue(FieldType fieldType,
Object value,
int byteOrder) |
byte[] |
TagInfo.Text.encodeValue(FieldType fieldType,
Object value,
int byteOrder) |
byte[] |
TagInfo.Unknown.encodeValue(FieldType fieldType,
Object value,
int byteOrder) |
| Constructor and Description |
|---|
TagInfo.Date(String name,
int tag,
FieldType dataType,
int length) |
TagInfo.Offset(String name,
int tag,
FieldType[] dataTypes,
int length,
TiffDirectoryConstants.ExifDirectoryType exifDirectory) |
TagInfo.Offset(String name,
int tag,
FieldType dataType,
int length) |
TagInfo.Offset(String name,
int tag,
FieldType dataType,
int length,
TiffDirectoryConstants.ExifDirectoryType exifDirectory) |
TagInfo.Text(String name,
int tag,
FieldType[] dataTypes,
int length,
TiffDirectoryConstants.ExifDirectoryType exifDirectory) |
TagInfo.Text(String name,
int tag,
FieldType dataType,
int length,
TiffDirectoryConstants.ExifDirectoryType exifDirectory) |
TagInfo.Unknown(String name,
int tag,
FieldType[] dataTypes,
int length,
TiffDirectoryConstants.ExifDirectoryType exifDirectory) |
TagInfo(String name,
int tag,
FieldType dataType) |
TagInfo(String name,
int tag,
FieldType[] dataTypes,
int length,
String lengthDescription) |
TagInfo(String name,
int tag,
FieldType[] dataTypes,
int length,
TiffDirectoryConstants.ExifDirectoryType exifDirectory) |
TagInfo(String name,
int tag,
FieldType[] dataTypes,
String lengthDescription) |
TagInfo(String name,
int tag,
FieldType dataType,
int length) |
TagInfo(String name,
int tag,
FieldType dataType,
int length,
TiffDirectoryConstants.ExifDirectoryType exifDirectory) |
TagInfo(String name,
int tag,
FieldType dataType,
String lengthDescription) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldTypeASCII |
class |
FieldTypeByte |
class |
FieldTypeDouble |
class |
FieldTypeFloat |
class |
FieldTypeLong |
class |
FieldTypeRational |
class |
FieldTypeShort |
class |
FieldTypeUnknown |
| Modifier and Type | Field and Description |
|---|---|
FieldType |
TiffOutputField.fieldType |
| Constructor and Description |
|---|
TiffOutputField(int tag,
TagInfo tagInfo,
FieldType fieldType,
int count,
byte[] bytes) |
TiffOutputField(TagInfo tagInfo,
FieldType tagtype,
int count,
byte[] bytes) |
Copyright © 2007-2012. All Rights Reserved.