Class SetNonStrokingDeviceCMYKColor


  • public class SetNonStrokingDeviceCMYKColor
    extends SetNonStrokingColor
    k: Set the non-stroking colour space to DeviceCMYK and set the colour to use for non-stroking operations.
    • Constructor Detail

      • SetNonStrokingDeviceCMYKColor

        public SetNonStrokingDeviceCMYKColor​(PDFStreamEngine context)
    • Method Detail

      • process

        public void process​(Operator operator,
                            java.util.List<COSBase> arguments)
                     throws java.io.IOException
        Description copied from class: OperatorProcessor
        Process the operator.
        Overrides:
        process in class SetColor
        Parameters:
        operator - the operator to process
        arguments - the operands to use when processing
        Throws:
        java.io.IOException - if the operator cannot be processed
      • getName

        public java.lang.String getName()
        Description copied from class: OperatorProcessor
        Returns the name of this operator, e.g. "BI".
        Overrides:
        getName in class SetNonStrokingColor
        Returns:
        the name of the operator