Interface IContentOperator

All Known Implementing Classes:
PdfCanvasProcessor.PopGraphicsStateOperator

public interface IContentOperator
Root interface for a series of handlers for content stream operators.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands)
    Called when a content operator should be processed.
  • Method Details

    • invoke

      void invoke (PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands)
      Called when a content operator should be processed.
      Parameters:
      processor - The processor that is dealing with the PDF content stream.
      operator - The literal PDF syntax of the operator.
      operands - The operands that come with the operator.