Class SHFill
- java.lang.Object
-
- org.apache.pdfbox.util.operator.OperatorProcessor
-
- org.apache.pdfbox.util.operator.pagedrawer.SHFill
-
public class SHFill extends OperatorProcessor
Implementation of sh operator for page drawer. See section 4.6.3 of the PDF 1.7 specification.- Version:
- $Revision: 1.0 $
- Author:
- Daniel Wilson
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description SHFill()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(PDFOperator operator, java.util.List<COSBase> arguments)
process : sh : shade fill the clipping area.-
Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor
getContext, setContext
-
-
-
-
Method Detail
-
process
public void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process : sh : shade fill the clipping area.- Specified by:
process
in classOperatorProcessor
- Parameters:
operator
- The operator that is being executed.arguments
- List- Throws:
java.io.IOException
- if there is an error during execution.
-
-