public class SetStrokingPattern extends OperatorProcessor
Set the stroking pattern.
context| Constructor and Description |
|---|
SetStrokingPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments)
Set pattern instead of a color space for stroking operations.
|
getContext, setContextpublic void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process in class OperatorProcessoroperator - The operator that is being executed.arguments - Listjava.io.IOException - If an error occurs while processing the pattern.