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.
-
-
Constructor Summary
Constructors Constructor Description SetStrokingDeviceCMYKColor(PDFStreamEngine context)
-
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
-
-
-
-
Constructor Detail
-
SetStrokingDeviceCMYKColor
public SetStrokingDeviceCMYKColor(PDFStreamEngine context)
-
-
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- Returns:
- the name of the operator
-
-