Class SetStrokingDeviceRGBColor


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

    • SetStrokingDeviceRGBColor

      public SetStrokingDeviceRGBColor()
  • Method Details

    • process

      public void process(Operator operator, List<COSBase> arguments) throws 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:
      IOException - If the color space cannot be read.
    • getName

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