public interface JDFBaseDataTypes
Modifier and Type | Interface and Description |
---|---|
static class |
JDFBaseDataTypes.EnumFitsValue
Enumeration for FitsValue method, switches between Allowed and Present testlists
|
Modifier and Type | Field and Description |
---|---|
static double |
EPSILON
max difference between two double values to be equal
|
static int |
MAX_CMYK_COLOR
max number of CMYK color
|
static int |
MAX_LAB_COLOR
max number of Lab color
|
static int |
MAX_MATRIX_DIMENSION
max dimensions of a matrix a, b, c, d tx, ty
|
static int |
MAX_RECTANGLE_DIMENSION
max positions of rectangle coordinates lower left x, lower left y, upper right x, upper right y
|
static int |
MAX_RGB_COLOR
max number of RGB color
|
static int |
MAX_SHAPE_DIMENSION
max dimensions of a shape width, height, lenght
|
static int |
MAX_XY_DIMENSION
max dimensions of a xy pair
|
static final int MAX_LAB_COLOR
static final int MAX_RGB_COLOR
static final int MAX_CMYK_COLOR
static final int MAX_SHAPE_DIMENSION
static final int MAX_RECTANGLE_DIMENSION
static final int MAX_MATRIX_DIMENSION
static final int MAX_XY_DIMENSION
static final double EPSILON
Copyright © 2018. All rights reserved.