Package com.drew.imaging.tiff
Class TiffDataFormat
- java.lang.Object
-
- com.drew.imaging.tiff.TiffDataFormat
-
public class TiffDataFormat extends java.lang.ObjectAn enumeration of data formats used by the TIFF specification.
-
-
Field Summary
Fields Modifier and Type Field Description static intCODE_DOUBLEstatic intCODE_INT16_Sstatic intCODE_INT16_Ustatic intCODE_INT32_Sstatic intCODE_INT32_Ustatic intCODE_INT8_Sstatic intCODE_INT8_Ustatic intCODE_RATIONAL_Sstatic intCODE_RATIONAL_Ustatic intCODE_SINGLEstatic intCODE_STRINGstatic intCODE_UNDEFINEDstatic TiffDataFormatDOUBLEstatic TiffDataFormatINT16_Sstatic TiffDataFormatINT16_Ustatic TiffDataFormatINT32_Sstatic TiffDataFormatINT32_Ustatic TiffDataFormatINT8_Sstatic TiffDataFormatINT8_Ustatic TiffDataFormatRATIONAL_Sstatic TiffDataFormatRATIONAL_Ustatic TiffDataFormatSINGLEstatic TiffDataFormatSTRINGstatic TiffDataFormatUNDEFINED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TiffDataFormatfromTiffFormatCode(int tiffFormatCode)intgetComponentSizeBytes()intgetTiffFormatCode()java.lang.StringtoString()
-
-
-
Field Detail
-
CODE_INT8_U
public static final int CODE_INT8_U
- See Also:
- Constant Field Values
-
CODE_STRING
public static final int CODE_STRING
- See Also:
- Constant Field Values
-
CODE_INT16_U
public static final int CODE_INT16_U
- See Also:
- Constant Field Values
-
CODE_INT32_U
public static final int CODE_INT32_U
- See Also:
- Constant Field Values
-
CODE_RATIONAL_U
public static final int CODE_RATIONAL_U
- See Also:
- Constant Field Values
-
CODE_INT8_S
public static final int CODE_INT8_S
- See Also:
- Constant Field Values
-
CODE_UNDEFINED
public static final int CODE_UNDEFINED
- See Also:
- Constant Field Values
-
CODE_INT16_S
public static final int CODE_INT16_S
- See Also:
- Constant Field Values
-
CODE_INT32_S
public static final int CODE_INT32_S
- See Also:
- Constant Field Values
-
CODE_RATIONAL_S
public static final int CODE_RATIONAL_S
- See Also:
- Constant Field Values
-
CODE_SINGLE
public static final int CODE_SINGLE
- See Also:
- Constant Field Values
-
CODE_DOUBLE
public static final int CODE_DOUBLE
- See Also:
- Constant Field Values
-
INT8_U
public static final TiffDataFormat INT8_U
-
STRING
public static final TiffDataFormat STRING
-
INT16_U
public static final TiffDataFormat INT16_U
-
INT32_U
public static final TiffDataFormat INT32_U
-
RATIONAL_U
public static final TiffDataFormat RATIONAL_U
-
INT8_S
public static final TiffDataFormat INT8_S
-
UNDEFINED
public static final TiffDataFormat UNDEFINED
-
INT16_S
public static final TiffDataFormat INT16_S
-
INT32_S
public static final TiffDataFormat INT32_S
-
RATIONAL_S
public static final TiffDataFormat RATIONAL_S
-
SINGLE
public static final TiffDataFormat SINGLE
-
DOUBLE
public static final TiffDataFormat DOUBLE
-
-
Method Detail
-
fromTiffFormatCode
public static TiffDataFormat fromTiffFormatCode(int tiffFormatCode)
-
getComponentSizeBytes
public int getComponentSizeBytes()
-
getTiffFormatCode
public int getTiffFormatCode()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-