Class PdfCanvasProcessor.SetTextRiseOperator

  • All Implemented Interfaces:
    IContentOperator
    Enclosing class:
    PdfCanvasProcessor

    private static class PdfCanvasProcessor.SetTextRiseOperator
    extends java.lang.Object
    implements IContentOperator
    A handler that implements operator (Ts). For more information see Table 51 ISO-32000-1
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SetTextRiseOperator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void invoke​(PdfCanvasProcessor processor, PdfLiteral operator, java.util.List<PdfObject> operands)
      Called when a content operator should be processed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetTextRiseOperator

        private SetTextRiseOperator()
    • Method Detail

      • invoke

        public void invoke​(PdfCanvasProcessor processor,
                           PdfLiteral operator,
                           java.util.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.