Class PdfContentStreamProcessor.PaintPath

  • All Implemented Interfaces:
    ContentOperator
    Enclosing class:
    PdfContentStreamProcessor

    private static class PdfContentStreamProcessor.PaintPath
    extends java.lang.Object
    implements ContentOperator
    A content operator implementation (S, s, f, F, f*, B, B*, b, b*).
    Since:
    5.5.6
    • Field Summary

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

      Constructors 
      Constructor Description
      PaintPath​(int operation, int rule, boolean close)
      Constructs PainPath object.