com.digertech.sdk.imgvalidate
Interface ImageDefines


public interface ImageDefines


Field Summary
static java.lang.String[] ALL_ERROR_STRINGS
           
static int[] ALL_ERRORS
           
static int FAIL_ON_BYTE_ORDER
           
static java.lang.String FAIL_ON_BYTE_ORDER_STRING
           
static int FAIL_ON_BYTE_SIZE
           
static java.lang.String FAIL_ON_BYTE_SIZE_STRING
           
static int FAIL_ON_COUNT
           
static java.lang.String FAIL_ON_COUNT_STRING
           
static int FAIL_ON_TAG_ORDER
           
static java.lang.String FAIL_ON_TAG_ORDER_STRING
           
static int FAIL_ON_TYPE
           
static java.lang.String FAIL_ON_TYPE_STRING
           
static int FAIL_ON_VALUE
           
static int FAIL_ON_VALUE_OFFSET
           
static java.lang.String FAIL_ON_VALUE_OFFSET_STRING
           
static java.lang.String FAIL_ON_VALUE_STRING
           
static int N_A
           
static int NOT_EQUAL
           
static int[] OPTIONAL_TAGS
          All optional tag numbers in X9.100-181 standard
static int[] OTHER_TAGS
          All other tag numbers in TIFF image standard
static int[] REQUIRED_TAGS
          All required tag numbers in X9.100-181 standard
static int TAG_BITS_PER_SAMPLE
           
static int TAG_COMPRESSION
           
static int TAG_EQUAL
           
static int TAG_FILL_ORDER
           
static int TAG_IMAGE_LENGTH
           
static int TAG_IMAGE_WIDTH
           
static int TAG_NEW_SUBFILE_TYPE
           
static int TAG_ORIENTATION
           
static int TAG_PHOTOMETRIC_INTERPRETATION
           
static int TAG_RESOLUTION_UNIT
           
static int TAG_ROWS_PER_STRIP
           
static int TAG_SAMPLES_PER_PIXEL
           
static int TAG_STRIP_BYTE_COUNTS
           
static int TAG_STRIP_OFFSETS
           
static int TAG_T6OPTIONS
           
static int TAG_THRESHOLDING
           
static int TAG_XRESOLUTION
           
static int TAG_YRESOLUTION
           
static int TYPE_ASCII
           
static int TYPE_BYTE
           
static int TYPE_DOUBLE
           
static int TYPE_FLOAT
           
static int TYPE_LONG
           
static int TYPE_RATIONAL
           
static int TYPE_SBYTE
           
static int TYPE_SHORT
           
static int TYPE_SLONG
           
static int TYPE_SRATIONAL
           
static int TYPE_SSHORT
           
static int TYPE_UNDEFINED
           
static int VALID
           
static int VALUE_EQUAL
           
 

Field Detail

N_A

static final int N_A
See Also:
Constant Field Values

TAG_IMAGE_WIDTH

static final int TAG_IMAGE_WIDTH
See Also:
Constant Field Values

TAG_IMAGE_LENGTH

static final int TAG_IMAGE_LENGTH
See Also:
Constant Field Values

TAG_COMPRESSION

static final int TAG_COMPRESSION
See Also:
Constant Field Values

TAG_PHOTOMETRIC_INTERPRETATION

static final int TAG_PHOTOMETRIC_INTERPRETATION
See Also:
Constant Field Values

TAG_STRIP_OFFSETS

static final int TAG_STRIP_OFFSETS
See Also:
Constant Field Values

TAG_ROWS_PER_STRIP

static final int TAG_ROWS_PER_STRIP
See Also:
Constant Field Values

TAG_STRIP_BYTE_COUNTS

static final int TAG_STRIP_BYTE_COUNTS
See Also:
Constant Field Values

TAG_XRESOLUTION

static final int TAG_XRESOLUTION
See Also:
Constant Field Values

TAG_YRESOLUTION

static final int TAG_YRESOLUTION
See Also:
Constant Field Values

TAG_NEW_SUBFILE_TYPE

static final int TAG_NEW_SUBFILE_TYPE
See Also:
Constant Field Values

TAG_BITS_PER_SAMPLE

static final int TAG_BITS_PER_SAMPLE
See Also:
Constant Field Values

TAG_THRESHOLDING

static final int TAG_THRESHOLDING
See Also:
Constant Field Values

TAG_FILL_ORDER

static final int TAG_FILL_ORDER
See Also:
Constant Field Values

TAG_ORIENTATION

static final int TAG_ORIENTATION
See Also:
Constant Field Values

TAG_SAMPLES_PER_PIXEL

static final int TAG_SAMPLES_PER_PIXEL
See Also:
Constant Field Values

TAG_T6OPTIONS

static final int TAG_T6OPTIONS
See Also:
Constant Field Values

TAG_RESOLUTION_UNIT

static final int TAG_RESOLUTION_UNIT
See Also:
Constant Field Values

REQUIRED_TAGS

static final int[] REQUIRED_TAGS
All required tag numbers in X9.100-181 standard


OPTIONAL_TAGS

static final int[] OPTIONAL_TAGS
All optional tag numbers in X9.100-181 standard


OTHER_TAGS

static final int[] OTHER_TAGS
All other tag numbers in TIFF image standard


NOT_EQUAL

static final int NOT_EQUAL
See Also:
Constant Field Values

VALUE_EQUAL

static final int VALUE_EQUAL
See Also:
Constant Field Values

TAG_EQUAL

static final int TAG_EQUAL
See Also:
Constant Field Values

TYPE_BYTE

static final int TYPE_BYTE
See Also:
Constant Field Values

TYPE_ASCII

static final int TYPE_ASCII
See Also:
Constant Field Values

TYPE_SHORT

static final int TYPE_SHORT
See Also:
Constant Field Values

TYPE_LONG

static final int TYPE_LONG
See Also:
Constant Field Values

TYPE_RATIONAL

static final int TYPE_RATIONAL
See Also:
Constant Field Values

TYPE_SBYTE

static final int TYPE_SBYTE
See Also:
Constant Field Values

TYPE_UNDEFINED

static final int TYPE_UNDEFINED
See Also:
Constant Field Values

TYPE_SSHORT

static final int TYPE_SSHORT
See Also:
Constant Field Values

TYPE_SLONG

static final int TYPE_SLONG
See Also:
Constant Field Values

TYPE_SRATIONAL

static final int TYPE_SRATIONAL
See Also:
Constant Field Values

TYPE_FLOAT

static final int TYPE_FLOAT
See Also:
Constant Field Values

TYPE_DOUBLE

static final int TYPE_DOUBLE
See Also:
Constant Field Values

VALID

static final int VALID
See Also:
Constant Field Values

FAIL_ON_VALUE

static final int FAIL_ON_VALUE
See Also:
Constant Field Values

FAIL_ON_COUNT

static final int FAIL_ON_COUNT
See Also:
Constant Field Values

FAIL_ON_TYPE

static final int FAIL_ON_TYPE
See Also:
Constant Field Values

FAIL_ON_TAG_ORDER

static final int FAIL_ON_TAG_ORDER
See Also:
Constant Field Values

FAIL_ON_BYTE_ORDER

static final int FAIL_ON_BYTE_ORDER
See Also:
Constant Field Values

FAIL_ON_VALUE_OFFSET

static final int FAIL_ON_VALUE_OFFSET
See Also:
Constant Field Values

FAIL_ON_BYTE_SIZE

static final int FAIL_ON_BYTE_SIZE
See Also:
Constant Field Values

FAIL_ON_VALUE_STRING

static final java.lang.String FAIL_ON_VALUE_STRING
See Also:
Constant Field Values

FAIL_ON_COUNT_STRING

static final java.lang.String FAIL_ON_COUNT_STRING
See Also:
Constant Field Values

FAIL_ON_TYPE_STRING

static final java.lang.String FAIL_ON_TYPE_STRING
See Also:
Constant Field Values

FAIL_ON_TAG_ORDER_STRING

static final java.lang.String FAIL_ON_TAG_ORDER_STRING
See Also:
Constant Field Values

FAIL_ON_BYTE_ORDER_STRING

static final java.lang.String FAIL_ON_BYTE_ORDER_STRING
See Also:
Constant Field Values

FAIL_ON_VALUE_OFFSET_STRING

static final java.lang.String FAIL_ON_VALUE_OFFSET_STRING
See Also:
Constant Field Values

FAIL_ON_BYTE_SIZE_STRING

static final java.lang.String FAIL_ON_BYTE_SIZE_STRING
See Also:
Constant Field Values

ALL_ERRORS

static final int[] ALL_ERRORS

ALL_ERROR_STRINGS

static final java.lang.String[] ALL_ERROR_STRINGS