Class SetStrokingDeviceRGBColor


  • public class SetStrokingDeviceRGBColor
    extends SetStrokingColor
    RG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.
    • Constructor Detail

      • SetStrokingDeviceRGBColor

        public SetStrokingDeviceRGBColor​(PDFStreamEngine context)
    • Method Detail

      • process

        public void process​(Operator operator,
                            java.util.List<COSBase> arguments)
                     throws java.io.IOException
        RG Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.
        Overrides:
        process in class SetColor
        Parameters:
        operator - The operator that is being executed.
        arguments - List
        Throws:
        java.io.IOException - If the color space cannot be read.
      • getName

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