Module org.sejda.sambox
Class SetNonStrokingDeviceCMYKColor
java.lang.Object
org.sejda.sambox.contentstream.operator.OperatorProcessor
org.sejda.sambox.contentstream.operator.color.SetColor
org.sejda.sambox.contentstream.operator.color.SetNonStrokingColor
org.sejda.sambox.contentstream.operator.color.SetNonStrokingDeviceCMYKColor
k: Set the non-stroking colour space to DeviceCMYK and set the colour to use for non-stroking operations.
- Author:
- John Hewson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sejda.sambox.contentstream.operator.color.SetNonStrokingColor
getColor, getColorSpace, setColorMethods inherited from class org.sejda.sambox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
Constructor Details
-
SetNonStrokingDeviceCMYKColor
public SetNonStrokingDeviceCMYKColor()
-
-
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 classSetNonStrokingColor- Returns:
- the name of this operator, e.g. "BI".
-