Class SetStrokingColor

Direct Known Subclasses:
SetStrokingColorN, SetStrokingDeviceCMYKColor, SetStrokingDeviceGrayColor, SetStrokingDeviceRGBColor

public class SetStrokingColor extends SetColor
SC: Sets the colour to use for stroking stroking operations.
  • Constructor Details

    • SetStrokingColor

      public SetStrokingColor()
  • Method Details

    • getColor

      protected PDColor getColor()
      Returns the stroking color.
      Specified by:
      getColor in class SetColor
      Returns:
      The stroking color.
    • setColor

      protected void setColor(PDColor color)
      Sets the stroking color.
      Specified by:
      setColor in class SetColor
      Parameters:
      color - The new stroking color.
    • getColorSpace

      protected PDColorSpace getColorSpace()
      Returns the stroking color space.
      Specified by:
      getColorSpace in class SetColor
      Returns:
      The stroking color space.
    • getName

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