Class SetNonStrokingColor

Direct Known Subclasses:
SetNonStrokingColorN, SetNonStrokingDeviceCMYKColor, SetNonStrokingDeviceGrayColor, SetNonStrokingDeviceRGBColor

public class SetNonStrokingColor extends SetColor
sc: Sets the colour to use for non-stroking operations.
  • Constructor Details

    • SetNonStrokingColor

      public SetNonStrokingColor()
  • Method Details

    • getColor

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

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

      protected PDColorSpace getColorSpace()
      Returns the non-stroking color space.
      Specified by:
      getColorSpace in class SetColor
      Returns:
      The non-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