Class FieldType
java.lang.Object
org.apache.commons.imaging.formats.tiff.fieldtypes.FieldType
- Direct Known Subclasses:
FieldTypeAscii,FieldTypeByte,FieldTypeDouble,FieldTypeFloat,FieldTypeLong,FieldTypeRational,FieldTypeShort
TIFF field types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FieldTypeAsciistatic final FieldTypeBytestatic final FieldTypeDoubleprivate final intstatic final FieldTypeFloatstatic final FieldTypeLongstatic final FieldTypeLongprivate final Stringstatic final FieldTypeRationalstatic final FieldTypeBytestatic final FieldTypeShortstatic final FieldTypeLongstatic final FieldTypeRationalstatic final FieldTypeShortprivate final intstatic final FieldTypeByte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BYTE
-
ASCII
-
SHORT
-
LONG
-
RATIONAL
-
SBYTE
-
UNDEFINED
-
SSHORT
-
SLONG
-
SRATIONAL
-
FLOAT
-
DOUBLE
-
IFD
-
type
private final int type -
name
-
elementSize
private final int elementSize -
ANY
-
SHORT_OR_LONG
-
SHORT_OR_RATIONAL
-
SHORT_OR_LONG_OR_RATIONAL
-
LONG_OR_SHORT
-
BYTE_OR_SHORT
-
LONG_OR_IFD
-
ASCII_OR_RATIONAL
-
ASCII_OR_BYTE
-
-
Constructor Details
-
FieldType
-
-
Method Details
-
getType
public int getType() -
getName
-
getSize
public int getSize() -
getFieldType
- Throws:
ImageReadException
-
getValue
-
writeData
- Throws:
ImageWriteException
-