Class SetStrokingDeviceRGBColor
java.lang.Object
org.apache.pdfbox.contentstream.operator.OperatorProcessor
org.apache.pdfbox.contentstream.operator.color.SetColor
org.apache.pdfbox.contentstream.operator.color.SetStrokingColor
org.apache.pdfbox.contentstream.operator.color.SetStrokingDeviceRGBColor
RG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.
-
Field Summary
Fields inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
context
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pdfbox.contentstream.operator.color.SetStrokingColor
getColor, getColorSpace, setColor
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
Constructor Details
-
SetStrokingDeviceRGBColor
public SetStrokingDeviceRGBColor()
-
-
Method Details
-
process
RG Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.- Overrides:
process
in classSetColor
- Parameters:
operator
- The operator that is being executed.arguments
- List- Throws:
IOException
- If the color space cannot be read.
-
getName
Description copied from class:OperatorProcessor
Returns the name of this operator, e.g. "BI".- Overrides:
getName
in classSetStrokingColor
-