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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pdfbox.contentstream.operator.color.SetStrokingColor
getColor, getColorSpace, setColorMethods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext
-
Constructor Details
-
SetStrokingDeviceRGBColor
-
-
Method Details
-
process
RG Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.- Overrides:
processin 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:OperatorProcessorReturns the name of this operator, e.g. "BI".- Overrides:
getNamein classSetStrokingColor- Returns:
- the name of the operator
-