org.apache.pdfbox.util.operator
public class SetStrokingRGBColor extends OperatorProcessor
Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
context
Constructor and Description |
---|
SetStrokingRGBColor() |
Modifier and Type | Method and Description |
---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments)
RG Set color space for stroking operations.
|
getContext, setContext
public void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process
in class OperatorProcessor
operator
- The operator that is being executed.arguments
- Listjava.io.IOException
- If an error occurs while processing the font.