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 Classes
    Modifier and Type
    Interface
    Description
    static class 
    Enumeration for FitsValue method, switches between Allowed and Present testlists
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final double
    max difference between two double values to be equal
    static final int
    max number of CMYK color
    static final int
    max number of Lab color
    static final int
    max dimensions of a matrix a, b, c, d tx, ty
    static final int
    max positions of rectangle coordinates lower left x, lower left y, upper right x, upper right y
    static final int
    max number of RGB color
    static final int
    max dimensions of a shape width, height, lenght
    static final int
    max dimensions of a xy pair
  • Field Details

    • MAX_LAB_COLOR

      static final int MAX_LAB_COLOR
      max number of Lab color
      See Also:
    • MAX_RGB_COLOR

      static final int MAX_RGB_COLOR
      max number of RGB color
      See Also:
    • MAX_CMYK_COLOR

      static final int MAX_CMYK_COLOR
      max number of CMYK color
      See Also:
    • MAX_SHAPE_DIMENSION

      static final int MAX_SHAPE_DIMENSION
      max dimensions of a shape width, height, lenght
      See Also:
    • 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:
    • MAX_MATRIX_DIMENSION

      static final int MAX_MATRIX_DIMENSION
      max dimensions of a matrix a, b, c, d tx, ty
      See Also:
    • MAX_XY_DIMENSION

      static final int MAX_XY_DIMENSION
      max dimensions of a xy pair
      See Also:
    • EPSILON

      static final double EPSILON
      max difference between two double values to be equal
      See Also: