com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpColorantCmyk

    • Field Detail

      • ColorValueMax

        public static final double ColorValueMax

        Color max value in CMYK colorant.

        See Also:
        Constant Field Values
      • ColorValueMin

        public static final double ColorValueMin

        Color min value in CMYK colorant.

        See Also:
        Constant Field Values
    • Constructor Detail

      • XmpColorantCmyk

        public XmpColorantCmyk()

        Initializes a new instance of the XmpColorantCmyk class.

      • XmpColorantCmyk

        public XmpColorantCmyk(double cyan,
                               double magenta,
                               double yellow,
                               double black)

        Initializes a new instance of the XmpColorantCmyk class.

        Parameters:
        cyan - Cyan component.
        magenta - Magenta component.
        yellow - Yellow component.
        black - Black component.
    • Method Detail

      • getBlack

        public final Double getBlack()

        Gets the black component.

        Returns:
        The black value.
      • setBlack

        public final void setBlack(Double value)

        Sets the black component.

        Parameters:
        value - The black value.
      • getCyan

        public final Double getCyan()

        Gets the cyan component.

        Returns:
        The cyan value.
      • setCyan

        public final void setCyan(Double value)

        Sets the cyan component.

        Parameters:
        value - The cyan value.
      • getMagenta

        public final Double getMagenta()

        Gets the magenta component.

        Returns:
        The magenta value.
      • setMagenta

        public final void setMagenta(Double value)

        Sets the magenta component.

        Parameters:
        value - The magenta value.
      • getYellow

        public final Double getYellow()

        Gets the yellow component.

        Returns:
        The yellow value.
      • setYellow

        public final void setYellow(Double value)

        Sets the yellow component.

        Parameters:
        value - The yellow value.