Interface JDFBaseDataTypes

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  JDFBaseDataTypes.EnumFitsValue
      Enumeration for FitsValue method, switches between Allowed and Present testlists
    • Field Detail

      • 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