Module org.sejda.sambox
Class SetStrokingDeviceRGBColor
java.lang.Object
org.sejda.sambox.contentstream.operator.OperatorProcessor
org.sejda.sambox.contentstream.operator.color.SetColor
org.sejda.sambox.contentstream.operator.color.SetStrokingColor
org.sejda.sambox.contentstream.operator.color.SetStrokingDeviceRGBColor
RG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.
- Author:
- John Hewson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sejda.sambox.contentstream.operator.color.SetStrokingColor
getColor, getColorSpace, setColorMethods inherited from class org.sejda.sambox.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:
processin classSetColor- Parameters:
operator- The operator that is being executed.arguments- List- Throws:
IOException- If the color space cannot be read.
-
getName
- Overrides:
getNamein classSetStrokingColor- Returns:
- the name of this operator, e.g. "BI".
-