Class SetNonStrokingDeviceRGBColor
java.lang.Object
org.apache.pdfbox.contentstream.operator.OperatorProcessor
org.apache.pdfbox.contentstream.operator.color.SetColor
org.apache.pdfbox.contentstream.operator.color.SetNonStrokingColor
org.apache.pdfbox.contentstream.operator.color.SetNonStrokingDeviceRGBColor
rg: Set the non-stroking colour space to DeviceRGB and set the colour to
use for non-stroking operations.
- Author:
- John Hewson
-
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.SetNonStrokingColor
getColor, getColorSpace, setColorMethods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
Constructor Details
-
SetNonStrokingDeviceRGBColor
public SetNonStrokingDeviceRGBColor()
-
-
Method Details
-
process
Description copied from class:OperatorProcessorProcess the operator.- Overrides:
processin classSetColor- Parameters:
operator- the operator to processarguments- the operands to use when processing- Throws:
IOException- if the operator cannot be processed
-
getName
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Overrides:
getNamein classSetNonStrokingColor
-