Interface ContentOperator


public interface ContentOperator
Interface implemented by a series of content operators
Since:
2.1.4
  • Method Details

    • invoke

      void invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
      Invokes a content operator.
      Parameters:
      operands - the operands that come with the operator
      handler - content stream handler that is invoking us
      resources - Pdf Resources found in the file containing the stream.
    • getOperatorName

      String getOperatorName()
      Returns:
      the name of the operator as it will be recognized in the pdf stream