Package com.aowagie.text.pdf.parser
Class PdfContentStreamProcessor.PopGraphicsState
- java.lang.Object
-
- com.aowagie.text.pdf.parser.PdfContentStreamProcessor.PopGraphicsState
-
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamProcessor
private static class PdfContentStreamProcessor.PopGraphicsState extends java.lang.Object implements ContentOperator
A content operator implementation (Q).
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePopGraphicsState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList operands)Invokes a content operator.
-
-
-
Method Detail
-
invoke
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList operands)
Description copied from interface:ContentOperatorInvokes a content operator.- Specified by:
invokein interfaceContentOperator- Parameters:
processor- the processor that is dealing with the PDF contentoperator- the literal PDF syntax of the operatoroperands- the operands that come with the operator
-
-