Class PdfCanvasProcessor.PaintPathOperator

  • All Implemented Interfaces:
    IContentOperator
    Enclosing class:
    PdfCanvasProcessor

    private static class PdfCanvasProcessor.PaintPathOperator
    extends java.lang.Object
    implements IContentOperator
    A handler that implements operator (S, s, f, F, f*, B, B*, b, b*). For more information see Table 51 ISO-32000-1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean close  
      private int operation  
      private int rule  
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintPathOperator​(int operation, int rule, boolean close)
      Constructs PainPath object.
    • 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