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
static class JDFBaseDataTypes.EnumFitsValue
          Enumeration for FitsValue method, switches between Allowed and Present testlists
 
Field Summary
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
 

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


Copyright © 2013. All Rights Reserved.