Class PdfCanvasProcessor.IgnoreOperator

java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.PdfCanvasProcessor.IgnoreOperator
All Implemented Interfaces:
IContentOperator
Enclosing class:
PdfCanvasProcessor

private static class PdfCanvasProcessor.IgnoreOperator extends Object implements IContentOperator
A handler that implements operator (unregistered).
  • Constructor Details

    • IgnoreOperator

      private IgnoreOperator()
  • Method Details

    • invoke

      public void invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands)
      Called when a content operator should be processed.
      Specified by:
      invoke in interface IContentOperator
      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.