Class SetStrokingDeviceRGBColor
- java.lang.Object
-
- com.tom_roush.pdfbox.contentstream.operator.OperatorProcessor
-
- com.tom_roush.pdfbox.contentstream.operator.color.SetColor
-
- com.tom_roush.pdfbox.contentstream.operator.color.SetStrokingColor
-
- com.tom_roush.pdfbox.contentstream.operator.color.SetStrokingDeviceRGBColor
-
public class SetStrokingDeviceRGBColor extends SetStrokingColor
RG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.
-
-
Field Summary
-
Fields inherited from class com.tom_roush.pdfbox.contentstream.operator.OperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description SetStrokingDeviceRGBColor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name of this operator, e.g.voidprocess(Operator operator, List<COSBase> arguments)RG Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class com.tom_roush.pdfbox.contentstream.operator.OperatorProcessor
getContext, setContext
-
Methods inherited from class com.tom_roush.pdfbox.contentstream.operator.color.SetStrokingColor
getColor, getColorSpace, setColor
-
-
-
-
Method Detail
-
process
public void process(Operator operator, List<COSBase> arguments) throws IOException
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
public String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Overrides:
getNamein classSetStrokingColor
-
-