Module org.sejda.sambox
Class SetStrokingDeviceCMYKColor
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.SetStrokingDeviceCMYKColor
K: Set the stroking colour space to DeviceCMYK 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
-
SetStrokingDeviceCMYKColor
public SetStrokingDeviceCMYKColor()
-
-
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
- Overrides:
getNamein classSetStrokingColor- Returns:
- the name of this operator, e.g. "BI".
-