Class SetStrokingDeviceCMYKColor
- 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.SetStrokingDeviceCMYKColor
-
public class SetStrokingDeviceCMYKColor extends SetStrokingColor
K: Set the stroking colour space to DeviceCMYK and set the colour to use for stroking operations.- Author:
- John Hewson
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description SetStrokingDeviceCMYKColor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this operator, e.g.voidprocess(Operator operator, java.util.List<COSBase> arguments)Process the operator.-
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
-
-
-
-
Method Detail
-
process
public void process(Operator operator, java.util.List<COSBase> arguments) throws java.io.IOException
Description copied from class:OperatorProcessorProcess the operator.
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Overrides:
getNamein classSetStrokingColor
-
-