Package org.cip4.jdflib.datatypes
Interface JDFBaseDataTypes
-
- All Known Implementing Classes:
JDFAbstractState,JDFBooleanEvaluation,JDFBooleanState,JDFCMYKColor,JDFDateTimeEvaluation,JDFDateTimeRange,JDFDateTimeRangeList,JDFDateTimeState,JDFDurationEvaluation,JDFDurationRange,JDFDurationRangeList,JDFDurationState,JDFEnumerationEvaluation,JDFEnumerationState,JDFEvaluation,JDFIntegerEvaluation,JDFIntegerList,JDFIntegerRange,JDFIntegerRangeList,JDFIntegerState,JDFIsPresentEvaluation,JDFLabColor,JDFMatrix,JDFMatrixEvaluation,JDFMatrixState,JDFNameEvaluation,JDFNameRange,JDFNameRangeList,JDFNameState,JDFNumberEvaluation,JDFNumberList,JDFNumberRange,JDFNumberRangeList,JDFNumberState,JDFNumList,JDFPDFPathEvaluation,JDFPDFPathState,JDFRange,JDFRangeList,JDFRectangle,JDFRectangleEvaluation,JDFRectangleRange,JDFRectangleRangeList,JDFRectangleState,JDFRGBColor,JDFShape,JDFShapeEvaluation,JDFShapeRange,JDFShapeRangeList,JDFShapeState,JDFStringEvaluation,JDFStringState,JDFTransferFunction,JDFXYPair,JDFXYPairEvaluation,JDFXYPairRange,JDFXYPairRangeList,JDFXYPairState
public interface JDFBaseDataTypesall constants of the JDF library
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJDFBaseDataTypes.EnumFitsValueEnumeration for FitsValue method, switches between Allowed and Present testlists
-
Field Summary
Fields Modifier and Type Field Description static doubleEPSILONmax difference between two double values to be equalstatic intMAX_CMYK_COLORmax number of CMYK colorstatic intMAX_LAB_COLORmax number of Lab colorstatic intMAX_MATRIX_DIMENSIONmax dimensions of a matrix a, b, c, d tx, tystatic intMAX_RECTANGLE_DIMENSIONmax positions of rectangle coordinates lower left x, lower left y, upper right x, upper right ystatic intMAX_RGB_COLORmax number of RGB colorstatic intMAX_SHAPE_DIMENSIONmax dimensions of a shape width, height, lenghtstatic intMAX_XY_DIMENSIONmax dimensions of a xy pair
-
-
-
Field Detail
-
MAX_LAB_COLOR
static final int MAX_LAB_COLOR
max number of Lab color- See Also:
- Constant Field Values
-
MAX_RGB_COLOR
static final int MAX_RGB_COLOR
max number of RGB color- See Also:
- Constant Field Values
-
MAX_CMYK_COLOR
static final int MAX_CMYK_COLOR
max number of CMYK color- See Also:
- Constant Field Values
-
MAX_SHAPE_DIMENSION
static final int MAX_SHAPE_DIMENSION
max dimensions of a shape width, height, lenght- See Also:
- Constant Field Values
-
MAX_RECTANGLE_DIMENSION
static final int MAX_RECTANGLE_DIMENSION
max positions of rectangle coordinates lower left x, lower left y, upper right x, upper right y- See Also:
- Constant Field Values
-
MAX_MATRIX_DIMENSION
static final int MAX_MATRIX_DIMENSION
max dimensions of a matrix a, b, c, d tx, ty- See Also:
- Constant Field Values
-
MAX_XY_DIMENSION
static final int MAX_XY_DIMENSION
max dimensions of a xy pair- See Also:
- Constant Field Values
-
EPSILON
static final double EPSILON
max difference between two double values to be equal- See Also:
- Constant Field Values
-
-