Package org.openpdf.text.pdf.parser
Class PdfContentStreamHandler.BeginMarkedDict
java.lang.Object
org.openpdf.text.pdf.parser.PdfContentStreamHandler.BeginMarkedDict
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamHandler
private static class PdfContentStreamHandler.BeginMarkedDict
extends Object
implements ContentOperator
A content operator implementation (BDC).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static PdfDictionarygetBDCDictionary(List<PdfObject> operands, PdfDictionary resources) The BDC marked-content operator which brackets a marked-content sequence of objects within the content stream.voidinvoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Invokes a content operator.
-
Constructor Details
-
BeginMarkedDict
private BeginMarkedDict()
-
-
Method Details
-
getBDCDictionary
The BDC marked-content operator which brackets a marked-content sequence of objects within the content stream.- Parameters:
operands- list of operandsresources- dictionary- Returns:
- PdfDictionary of type BDC marked-content
-
getOperatorName
- Specified by:
getOperatorNamein interfaceContentOperator- Returns:
- the name of the operator as it will be recognized in the pdf stream
- See Also:
-
invoke
public void invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Description copied from interface:ContentOperatorInvokes a content operator.- Specified by:
invokein interfaceContentOperator- Parameters:
operands- the operands that come with the operatorhandler- content stream handler that is invoking usresources- Pdf Resources found in the file containing the stream.
-