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 JDFBaseDataTypes
all constants of the JDF library
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classEnumeration for FitsValue method, switches between Allowed and Present testlists -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublemax difference between two double values to be equalstatic final intmax number of CMYK colorstatic final intmax number of Lab colorstatic final intmax dimensions of a matrix a, b, c, d tx, tystatic final intmax positions of rectangle coordinates lower left x, lower left y, upper right x, upper right ystatic final intmax number of RGB colorstatic final intmax dimensions of a shape width, height, lenghtstatic final intmax dimensions of a xy pair
-
Field Details
-
MAX_LAB_COLOR
static final int MAX_LAB_COLORmax number of Lab color- See Also:
-
MAX_RGB_COLOR
static final int MAX_RGB_COLORmax number of RGB color- See Also:
-
MAX_CMYK_COLOR
static final int MAX_CMYK_COLORmax number of CMYK color- See Also:
-
MAX_SHAPE_DIMENSION
static final int MAX_SHAPE_DIMENSIONmax dimensions of a shape width, height, lenght- See Also:
-
MAX_RECTANGLE_DIMENSION
static final int MAX_RECTANGLE_DIMENSIONmax positions of rectangle coordinates lower left x, lower left y, upper right x, upper right y- See Also:
-
MAX_MATRIX_DIMENSION
static final int MAX_MATRIX_DIMENSIONmax dimensions of a matrix a, b, c, d tx, ty- See Also:
-
MAX_XY_DIMENSION
static final int MAX_XY_DIMENSIONmax dimensions of a xy pair- See Also:
-
EPSILON
static final double EPSILONmax difference between two double values to be equal- See Also:
-