Class PdfBoxGraphics2D.PaintApplyResult

  • Enclosing class:
    PdfBoxGraphics2D

    private static class PdfBoxGraphics2D.PaintApplyResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean hasShapeBeenWalked  
      (package private) org.apache.pdfbox.pdmodel.graphics.shading.PDShading shading  
      (package private) boolean useEvenOdd  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PaintApplyResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • shading

        org.apache.pdfbox.pdmodel.graphics.shading.PDShading shading
      • hasShapeBeenWalked

        boolean hasShapeBeenWalked
      • useEvenOdd

        boolean useEvenOdd
    • Constructor Detail

      • PaintApplyResult

        private PaintApplyResult()