Package com.pixelmed.convert
Class TIFFTypes
- java.lang.Object
-
- com.pixelmed.convert.TIFFTypes
-
public class TIFFTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intASCIIstatic intBYTEstatic intDOUBLEstatic intFLOATstatic intIFDstatic intIFD8static intLONGstatic intLONG8static intRATIONALstatic intSBYTEstatic intSHORTstatic intSLONGstatic intSLONG8static intSRATIONALstatic intSSHORTstatic intUNDEFINED
-
Constructor Summary
Constructors Constructor Description TIFFTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetDescription(int tagType)static intgetNumberOfBytesPerValue(int tagType)
-
-
-
Field Detail
-
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
-
ASCII
public static final int ASCII
- See Also:
- Constant Field Values
-
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
-
LONG
public static final int LONG
- See Also:
- Constant Field Values
-
RATIONAL
public static final int RATIONAL
- See Also:
- Constant Field Values
-
SBYTE
public static final int SBYTE
- See Also:
- Constant Field Values
-
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
-
SSHORT
public static final int SSHORT
- See Also:
- Constant Field Values
-
SLONG
public static final int SLONG
- See Also:
- Constant Field Values
-
SRATIONAL
public static final int SRATIONAL
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
-
IFD
public static final int IFD
- See Also:
- Constant Field Values
-
LONG8
public static final int LONG8
- See Also:
- Constant Field Values
-
SLONG8
public static final int SLONG8
- See Also:
- Constant Field Values
-
IFD8
public static final int IFD8
- See Also:
- Constant Field Values
-
-